-
Notifications
You must be signed in to change notification settings - Fork 4
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
Starting support for curl 8.5.0 #21
Conversation
I suspect this is related to #17 |
i think for this we'd want the verifiers (client and server) to remember which SignatureScheme they checked (in |
I took a crack at this (in a separate branch for now since it's a little messy): a79305d I'm not 100% confident I have the |
Reworked based on the feedback from my WIP attempt. This branch now implements |
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.
👍🏽
My local build of curl 8.5.0 (the version I believe is shipped on Ubuntu 24.04) requires two additional
libssl
symbols:SSL_get_peer_signature_type_nid
- This is implemented in this branch.SSL_CTX_set_cert_store
- we had already implementedSSL_CTX_get_cert_store
, making this fairly straight-forward to impl.With the above, curl 8.5.0 now runs without missing symbol errors, but I'm seeing
UnknownIssuer
errors that make me suspect there's still work to do. I believe these will be fixed by resolving #17Error output so far: