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

Add PKCS8 parsing for encrypted PEM ASN.1 Private Keys #713

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

exceptionfactory
Copy link
Contributor

Building on the implementation of PKCS8 parsing support for PEM ASN.1 Private Keys in #708, this pull request adds support for reading and parsing encrypted versions of PEM ASN.1 Private Keys.

This pull request includes unit test updates using a sample encrypted RSA private key, generated using the following command:

 ssh-keygen -t rsa -b 2048 -m PKCS8

This pull request addresses issue #437.

- Added unit tests for encrypted PKCS8 RSA Private Key
@hierynomus hierynomus merged commit b47e6fa into hierynomus:master Aug 27, 2021
@hierynomus
Copy link
Owner

Wow, thanks! Good work.

@hierynomus hierynomus mentioned this pull request Aug 27, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants