From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:59:31 +0000 (+0100) Subject: [3.11] gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517) (GH... X-Git-Tag: v3.11.9~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc11905d48f66db7687866d82245177ebf4e5468;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517) (GH-115595) (cherry picked from commit debb1386be024181c8c003c5cbf61608024aee09) Co-authored-by: Rami <72725910+ramikg@users.noreply.github.com> --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f729bc0c874b..bda3e98d9b0f 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -2045,7 +2045,7 @@ to speed up repeated connections from the same clients. .. versionchanged:: 3.10 - The flag had no effect with OpenSSL before version 1.1.1k. Python 3.8.9, + The flag had no effect with OpenSSL before version 1.1.1l. Python 3.8.9, 3.9.3, and 3.10 include workarounds for previous versions. .. attribute:: SSLContext.security_level