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

tls: Make rustls support CURLINFO_CERTINFO #16459

Closed
wants to merge 1 commit into from

Conversation

yedayak
Copy link
Contributor

@yedayak yedayak commented Feb 24, 2025

This allows you to use the certs and num_certs writeout variables in the curl tool, and getting information about the server certificates using CURLINFO_CERTINFO.

This allows you to use the `certs` and `num_certs` writeout variables in
the curl tool, and getting information about the server certificates
using CURLINFO_CERTINFO.
Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@bagder bagder added the TLS label Feb 25, 2025
@bagder bagder closed this in a55b5b7 Feb 25, 2025
@bagder
Copy link
Member

bagder commented Feb 25, 2025

Thanks!

@cpu
Copy link
Contributor

cpu commented Feb 25, 2025

I'm late to the party but the diff also LGTM. Thanks @yedayak 🙇

icing pushed a commit to icing/curl that referenced this pull request Feb 25, 2025
This allows you to use the `certs` and `num_certs` writeout variables in
the curl tool, and getting information about the server certificates
using CURLINFO_CERTINFO.

Closes curl#16459
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants