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
The OpenSSLPrivateKeyDecoder class does not correctly parse EC private keys.
It only follows RFC 5915 for keys with explicit parameters and in that case does not parse the private key as an unsigned integer.
The text was updated successfully, but these errors were encountered:
The
OpenSSLPrivateKeyDecoder
class does not correctly parse EC private keys.It only follows RFC 5915 for keys with explicit parameters and in that case does not parse the private key as an unsigned integer.
The text was updated successfully, but these errors were encountered: