mirror of https://github.com/python/cpython.git
Issue #13747: fix SSL compatibility table.
This commit is contained in:
parent
84a2edcdf7
commit
ac8bfcacfc
|
@ -121,7 +121,7 @@ instead.
|
|||
*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