From: Antoine Pitrou Date: Mon, 9 Jan 2012 20:43:18 +0000 (+0100) Subject: Issue #13747: fix SSL compatibility table. X-Git-Tag: v2.7.3rc1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df4c986f9eab5ab3e037cd41b7526e84bf18c0b4;p=thirdparty%2FPython%2Fcpython.git Issue #13747: fix SSL compatibility table. --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 5f8272b2f2c0..87824392d9e5 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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 ======================== ========= ========= ========== =========