diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-09 20:43:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-09 20:43:18 (GMT) |
commit | ac8bfcacfc4276f017e123cde847935c21fd9743 (patch) | |
tree | ed8ddd2eb041f242ac47fbce5ad1898758980dbb /Doc/library/ssl.rst | |
parent | 84a2edcdf7cfb6d94572b3339d3924e0b91b3e7c (diff) | |
download | cpython-ac8bfcacfc4276f017e123cde847935c21fd9743.zip cpython-ac8bfcacfc4276f017e123cde847935c21fd9743.tar.gz cpython-ac8bfcacfc4276f017e123cde847935c21fd9743.tar.bz2 |
Issue #13747: fix SSL compatibility table.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index cdd3db8..0bd54c7 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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 ======================== ========= ========= ========== ========= |