]> granicus.if.org Git - python/commitdiff
Document that SSL v2 is insecure.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 14:16:56 +0000 (14:16 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 14:16:56 +0000 (14:16 +0000)
Doc/library/ssl.rst

index c69fac4bd22c7c140d63bc846be7dc11dfda51a8..e802381a013688247be90f07b83c6374fb8534d6 100644 (file)
@@ -237,6 +237,10 @@ Functions, Constants, and Exceptions
 
    Selects SSL version 2 as the channel encryption protocol.
 
+   .. warning::
+
+      SSL version 2 is insecure.  Its use is highly discouraged.
+
 .. data:: PROTOCOL_SSLv23
 
    Selects SSL version 2 or 3 as the channel encryption protocol.  This is a