-
Notifications
You must be signed in to change notification settings - Fork 6
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 the ability to create keys from certificate private keys #5
base: master
Are you sure you want to change the base?
Conversation
…ncrypt with a password, and marshal the result
Thanks for the PR. It's quite a big change and I need a bigger free time slot to review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the first code review. The rest will submit later.
@kayrus I am sorry for the |
@kayrus: Just a heads up here, I finished implementing the SSH1 read and writing routines, so this library can thoroughly read and write every possible putty key format! All the best! |
@pschou I apologies for the delay. Could you please rebase your branch to resolve the conflicts? I'll try to review this PR ASAP. |
This PR allows your tool to create ppk files from a given private key. I also rounded out the ability to read, write, and verify all the putty version formats (SSH1 1.1, and the more current 1,2, and 3).