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

Curl_vquic_tls_verify_peer: use correct API for wolfSSL #13680

Closed

Conversation

julek-wolfssl
Copy link
Contributor

@julek-wolfssl julek-wolfssl commented May 16, 2024

wolfSSL_X509_check_host checks the peer name against the alt names and the common name.

Fixes #13487. Tested using the same reproducer as in the issue. Correct url passes check.

wolfSSL_X509_check_host checks the peer name against the alt names and the common name.
@bagder bagder closed this in 4c46e27 May 16, 2024
@bagder
Copy link
Member

bagder commented May 16, 2024

Thanks!

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.

wolfSSL HTTP/3 peer verification is lacking
2 participants