https://github.com/python/cpython/commit/068e2190de3b2625a5e1b3dc6432ae8c0a4daa25
commit: 068e2190de3b2625a5e1b3dc6432ae8c0a4daa25
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-17T14:59:59+02:00
summary:

[3.12] gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517) 
(GH-115594)

(cherry picked from commit debb1386be024181c8c003c5cbf61608024aee09)

Co-authored-by: Rami <[email protected]>

files:
M Doc/library/ssl.rst

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 4caee84985a027..9f25016ff164a5 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1950,7 +1950,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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to