Skip to content

Commit f23d947

Browse files
committed
gh-154727: List TLSv1.3 among SSLSocket.version() return values
1 parent bde526d commit f23d947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ SSL sockets also have the following additional methods and attributes:
14121412
Return the actual SSL protocol version negotiated by the connection
14131413
as a string, or ``None`` if no secure connection is established.
14141414
As of this writing, possible return values include ``"SSLv2"``,
1415-
``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"`` and ``"TLSv1.2"``.
1415+
``"SSLv3"``, ``"TLSv1"``, ``"TLSv1.1"``, ``"TLSv1.2"`` and ``"TLSv1.3"``.
14161416
Recent OpenSSL versions may define more return values.
14171417

14181418
.. versionadded:: 3.5

0 commit comments

Comments
 (0)