Skip to content

Commit 2858031

Browse files
authored
bpo-29136: Fix versionchange for TLS 1.3 changes (#3483)
Thanks Arfrever! Signed-off-by: Christian Heimes <[email protected]>
1 parent f8909d0 commit 2858031

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/ssl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ purposes.
297297

298298
3DES was dropped from the default cipher string.
299299

300-
.. versionchanged:: 3.7
300+
.. versionchanged:: 3.6.3
301301

302302
TLS 1.3 cipher suites TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384,
303303
and TLS_CHACHA20_POLY1305_SHA256 were added to the default cipher string.
@@ -776,7 +776,7 @@ Constants
776776
When Python has been compiled against an older version of OpenSSL, the
777777
flag defaults to *0*.
778778

779-
.. versionadded:: 3.7
779+
.. versionadded:: 3.6.3
780780

781781
.. data:: OP_CIPHER_SERVER_PREFERENCE
782782

@@ -856,7 +856,7 @@ Constants
856856

857857
Whether the OpenSSL library has built-in support for the TLS 1.3 protocol.
858858

859-
.. versionadded:: 3.7
859+
.. versionadded:: 3.6.3
860860

861861
.. data:: CHANNEL_BINDING_TYPES
862862

0 commit comments

Comments
 (0)