Skip to content
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

ngtcp2: Add client certificate authentication for OpenSSL #8522

Closed
wants to merge 1 commit into from

Conversation

tatsuhiro-t
Copy link
Contributor

This commit adds client certificate authentication for ngtcp2 OpenSSL backend.
See #7625 for the background.

Setting client private key and certificate is a bit complex and done in cert_stuff in lib/vtls/openssl.c. I added a wrapper function around it with the proper CURLcode to expose it to the internal codebase.

@jay jay added the HTTP/3 h3 or quic related label Feb 28, 2022
@bagder bagder closed this in c82b281 Mar 10, 2022
@bagder bagder deleted the ngtcp2-client-authentication branch March 10, 2022 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related
Development

Successfully merging this pull request may close these issues.

None yet

3 participants