]> granicus.if.org Git - python/commitdiff
Issue #13747: fix SSL compatibility table.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Jan 2012 20:43:18 +0000 (21:43 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Jan 2012 20:43:18 +0000 (21:43 +0100)
Doc/library/ssl.rst

index cdd3db8e2b0e10946d6a3522af08f9fcf5eacfd1..0bd54c7a2de3a96f540720aa6ca0e0cd9d9e43c7 100644 (file)
@@ -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
        ========================  =========  =========  ==========  =========