diff options
author | Rami <72725910+ramikg@users.noreply.github.com> | 2024-02-17 10:22:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 10:22:19 (GMT) |
commit | debb1386be024181c8c003c5cbf61608024aee09 (patch) | |
tree | 51572445d262ae0b5f64ddc9d4d1dc6445fdbd72 | |
parent | 09fab93c3d857496c0bd162797fab816c311ee48 (diff) | |
download | cpython-debb1386be024181c8c003c5cbf61608024aee09.zip cpython-debb1386be024181c8c003c5cbf61608024aee09.tar.gz cpython-debb1386be024181c8c003c5cbf61608024aee09.tar.bz2 |
gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517)
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f9648fa..fa81c3f 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1975,7 +1975,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 |