From: Antoine Pitrou Date: Mon, 9 Jan 2012 20:43:18 +0000 (+0100) Subject: Issue #13747: fix SSL compatibility table. X-Git-Tag: v3.2.3rc1~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac8bfcacfc4276f017e123cde847935c21fd9743;p=python Issue #13747: fix SSL compatibility table. --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index cdd3db8e2b..0bd54c7a2d 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 ======================== ========= ========= ========== =========