Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a9b9c7

Browse files
committed
Merge SSL doc fixes (issue #13747).
2 parents 7b7caa8 + ac8bfca commit 8a9b9c7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/library/ssl.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ instead.
152152
The parameter ``ssl_version`` specifies which version of the SSL protocol to
153153
use. Typically, the server chooses a particular protocol version, and the
154154
client must adapt to the server's choice. Most of the versions are not
155-
interoperable with the other versions. If not specified, for client-side
156-
operation, the default SSL version is SSLv3; for server-side operation,
157-
SSLv23. These version selections provide the most compatibility with other
155+
interoperable with the other versions. If not specified, the default is
156+
:data:`PROTOCOL_SSLv23`; it provides the most compatibility with other
158157
versions.
159158

160159
Here's a table showing which versions in a client (down the side) can connect
@@ -166,7 +165,7 @@ instead.
166165
*client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1**
167166
------------------------ --------- --------- ---------- ---------
168167
*SSLv2* yes no yes no
169-
*SSLv3* yes yes yes no
168+
*SSLv3* no yes yes no
170169
*SSLv23* yes no yes no
171170
*TLSv1* no no yes yes
172171
======================== ========= ========= ========== =========

0 commit comments

Comments
 (0)