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

ssh-key: use pem-rfc7468 for private key PEM parser #407

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Feb 9, 2022

Now that pem-rfc7468 supports a buffered Base64 decoder (#406), it's possible to use it for parsing PEM-formatted OpenSSH private keys.

This commit switches to using pem-rfc7468 for PEM parsing.

@tarcieri tarcieri force-pushed the ssh-key/pem-rfc7468-private-key-parser branch 2 times, most recently from fa488e9 to f91ceb3 Compare February 9, 2022 18:50
Now that `pem-rfc7468` supports a buffered Base64 decoder (#406), it's
possible to use it for parsing PEM-formatted OpenSSH private keys.

This commit switches to using `pem-rfc7468` for PEM parsing.
@tarcieri tarcieri force-pushed the ssh-key/pem-rfc7468-private-key-parser branch from f91ceb3 to 47cf232 Compare February 9, 2022 19:01
@tarcieri tarcieri merged commit 89203a6 into master Feb 9, 2022
@tarcieri tarcieri deleted the ssh-key/pem-rfc7468-private-key-parser branch February 9, 2022 20:10
@tarcieri tarcieri mentioned this pull request Mar 16, 2022
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.

1 participant