-
Notifications
You must be signed in to change notification settings - Fork 51
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 Key Import Support #56
Conversation
Probably worth adding a simple test as well. |
I added a test and moved up the free, though it looks like CI is failing for unrelated reasons. Any ideas as to what might be going on? |
@Goirad Please rebase against master, CI is fixed and all green again. |
@steffengy rebased, would love any feedback or suggestions |
lgtm |
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.
What about ECDSA support? Does Windows support this at all?
As we currently do not support importing ECC keys, I think if there're no further objections we're fine landing this as is for now. |
None from me |
This PR is an initial implementation for importing a key into
ImportOptions
, and is required for this PR innative-tls
.