-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-87688: Amend SSLContext.hostname_checks_common_name docs #100517
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
Conversation
@alex (as the ssl expert), would you mind to review and possibly merge this PR? It improves a factual error in the OpenSSL version mentioned in |
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.
The said commit does seem to appear in 1.1.1l: https://github.com/openssl/openssl/commits/OpenSSL_1_1_1l/?author=tiran, but not 1.1.1k: https://github.com/openssl/openssl/commits/OpenSSL_1_1_1k/?author=tiran
A
ssl.rst
Thanks @ramikg for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…thonGH-100517) (cherry picked from commit debb138) Co-authored-by: Rami <72725910+ramikg@users.noreply.github.com>
GH-115594 is a backport of this pull request to the 3.12 branch. |
…thonGH-100517) (cherry picked from commit debb138) Co-authored-by: Rami <72725910+ramikg@users.noreply.github.com>
GH-115595 is a backport of this pull request to the 3.11 branch. |
According to #87688, the bug affecting
SSLContext.hostname_checks_common_name
was fixed in openssl/openssl@dfccfde, which was introduced in OpenSSL 1.1.1l (and not 1.1.1k as in the docs).