Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to BouncyCastle Api for parsing/working with certificates #167

Open
nekkiy opened this issue Oct 5, 2018 · 2 comments
Open

Migrate to BouncyCastle Api for parsing/working with certificates #167

nekkiy opened this issue Oct 5, 2018 · 2 comments

Comments

@nekkiy
Copy link
Contributor

nekkiy commented Oct 5, 2018

Need migrate to BC Api for the reason that it provides more flexibile, extensible and manual-drived functional. Also it will have provided crossplatform for differents JDK implementations.

See Issues-166, Issues-107

@nekkiy
Copy link
Contributor Author

nekkiy commented Oct 5, 2018

I could make it, if we schedule version 2.0, because this may be incompabilityes API. It will be longed process, but current problems require it.

P. S. I offer version 2.0 without link to XADES specification number

@luisgoncalves
Copy link
Owner

I'm not sure this is needed as a whole. The problems identified so far are only related to comparison of DNs names. Also, on #166, loading certificates with the BC provider doesn't solve the issue, so migrating would need tototally replace the types in use (e.g. Java's X509Certificate) with BC's types (e.g. certificate holder), which is too big of a change to rush into.

I'd prefer seeing the outcome of #166 and let this idea mature for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants