]> 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 5f8272b2f2c0b90bf1ffcfb94622a12678ce63ee..87824392d9e55e3566269bd59c41a635fb9e7d7f 100644 (file)
@@ -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
        ========================  =========  =========  ==========  =========