commit | b467d9a24011992242c95d9157d3455f8a84466b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sat Apr 17 10:07:19 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Apr 17 10:07:19 2021 +0200 |
tree | ef3a885c3c2384130cc3873e9b14c744b6fd19d2 | |
parent | cfaa2d338bd72af63a35a424515b47a183cefc14 [diff] |
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-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>