From df4c986f9eab5ab3e037cd41b7526e84bf18c0b4 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 9 Jan 2012 21:43:18 +0100 Subject: [PATCH] Issue #13747: fix SSL compatibility table. --- Doc/library/ssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 5f8272b2f2c..87824392d9e 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 ======================== ========= ========= ========== =========