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

Use of DER in OpenSSL #7

Closed
gtaban opened this issue Dec 18, 2017 · 1 comment
Closed

Use of DER in OpenSSL #7

gtaban opened this issue Dec 18, 2017 · 1 comment
Assignees

Comments

@gtaban
Copy link
Contributor

gtaban commented Dec 18, 2017

Right now when a DER encoded key is being used in OpenSSL, we convert to PEM and then create an RSA object from the PEM data.
OpenSSL has d2i_PrivateKey_bio which can be used directly for DER data.

Investigate if it's a good idea to use that instead of only PEM.

@Andrew-Lees11
Copy link
Contributor

Closing sine this change was implemented in pr #44 and tagged in 1.0.27

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