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

Fix TLS hostname verification #8339

Merged
merged 3 commits into from
Nov 16, 2022
Merged

Fix TLS hostname verification #8339

merged 3 commits into from
Nov 16, 2022

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Nov 15, 2022

Before this patch, TLS certificates' host names were not verified properly. The commented out test demonstrates this (open it in a browser). The wildcard certificate for *.badssl.com is invalid after all for wrong.host.badssl.com

Before this patch, TLS certificates' host names were not verified properly. The commented out test demonstrates this (open it in a browser). The wildcard certificate for *.badssl.com is invalid after all for wrong.host.badssl.com
@graemerocher graemerocher added this to the 3.7.4 milestone Nov 15, 2022
@yawkat yawkat requested a review from sdelamo November 16, 2022 09:17
@sdelamo sdelamo added the type: bug Something isn't working label Nov 16, 2022
@sdelamo sdelamo merged commit a0cae7a into 3.7.x Nov 16, 2022
@sdelamo sdelamo deleted the bad-tls-host branch November 16, 2022 09:57
yawkat added a commit that referenced this pull request Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants