mirror of https://github.com/python/cpython
Issue #13747: fix SSL compatibility table.
This commit is contained in:
parent
4a7e0c896c
commit
df4c986f9e
|
@ -116,7 +116,7 @@ Functions, Constants, and Exceptions
|
|||
*client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1**
|
||||
------------------------ --------- --------- ---------- ---------
|
||||
*SSLv2* yes no yes no
|
||||
*SSLv3* yes yes yes no
|
||||
*SSLv3* no yes yes no
|
||||
*SSLv23* yes no yes no
|
||||
*TLSv1* no no yes yes
|
||||
======================== ========= ========= ========== =========
|
||||
|
|
Loading…
Reference in New Issue