-
Notifications
You must be signed in to change notification settings - Fork 715
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
Ed25519 PKCS#8 v2 private keys with correctly-formed (implicitly tagged) public keys are rejected #834
Comments
Working on the solution for #1424, I read the code and it seems like we do indeed skip over attributes. See Lines 138 to 142 in 24c9d3b
If we encounter The reason the RFC example isn't accepted is due to our misunderstanding about the encoding of the public key |
PR #1466 is the first step towards fixing this by improving the testing scaffolding. |
Fixed in #1680 |
See the second example in https://tools.ietf.org/html/rfc8410#section-10.3:
Reported by @est31 in openssl/openssl#9134 (comment).
The text was updated successfully, but these errors were encountered: