bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) by tiran · Pull Request #24899 · python/cpython
tiran
mentioned this pull request
tiran
marked this pull request as ready for review
Fix problem with ssl.SSLContext.hostname_checks_common_name. OpenSSL does not copy hostflags from *struct SSL_CTX* to *struct SSL*. Signed-off-by: Christian Heimes <christian@python.org>
tiran
changed the title
bpo-43522: Fix SSLContext.hostname_checks_common_name
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
tiran
deleted the
bpo-43522-ssl-hostflags
branch
tiran added a commit to tiran/cpython that referenced this pull request
tiran added a commit to tiran/cpython that referenced this pull request
…thonGH-24899) Fix problem with ssl.SSLContext.hostname_checks_common_name. OpenSSL does not copy hostflags from *struct SSL_CTX* to *struct SSL*. Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit b467d9a) Co-authored-by: Christian Heimes <christian@python.org> (cherry picked from commit 330b49e) Co-authored-by: Christian Heimes <christian@python.org>
tiran added a commit that referenced this pull request
tiran added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters