You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using an identity pkcs8 key that uses an elliptic private key with the 1st line string
-----BEGIN EC PRIVATE KEY-----
instead of
-----BEGIN PRIVATE KEY-----
then the library can't work with it. When modifying the 1st line to the later it works. Would it be possible to support this out of the box without requiring to modify this line?
That would be awesome. Thanks for the library and all the work it involves!
Andreas
The text was updated successfully, but these errors were encountered:
I believe that is SEC 1 formatted rather than PKCS#8. This SO post talks about the difference and how to convert between them: https://security.stackexchange.com/a/84331
HI everyone,
when using an identity pkcs8 key that uses an elliptic private key with the 1st line string
instead of
then the library can't work with it. When modifying the 1st line to the later it works. Would it be possible to support this out of the box without requiring to modify this line?
That would be awesome. Thanks for the library and all the work it involves!
Andreas
The text was updated successfully, but these errors were encountered: