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

Fix missing keySize set when loading V1 RSA keys #258

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

Alex-Vol-Amz
Copy link
Contributor

When loading a RSA key from an OPENSSH V1 file content the keySize was left at the default value 1024 instead of the actual key size from the loaded key material. This change makes the value correct if possible.

When loading a RSA key from an OPENSSH V1 file content the keySize was
left at the default value 1024 instead of the actual key size from the
loaded key material. This change makes the value correct if possible.
@mwiede mwiede merged commit bb09e96 into mwiede:master Jan 3, 2023
@Alex-Vol-Amz Alex-Vol-Amz deleted the fix-KeyPairRSA-size branch January 3, 2023 15:40
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.

4 participants