-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Migrate SPKI parsing from OpenSSL to Rust #10121
Conversation
9a42dc6
to
9a78475
Compare
5c5ea79
to
0a2fa6b
Compare
0b153b7
to
62a2983
Compare
872704c
to
f35e89a
Compare
1b4460d
to
0a71e16
Compare
This seems to be stricter than OpenSSL. In particular, some keys with |
@tamird can you file a new ticket with the details of the issue and an example public key? It sounds like this is a full SPKI but using the |
It looks like the key was indeed not correct, passing it through Just flagging that this is a behavior change. |
TODO:
DH_set_flags(dh, DH_FLAG_TYPE_DHX)
)