]> granicus.if.org Git - python/commitdiff
Merged revisions 81229 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 14:19:41 +0000 (14:19 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 14:19:41 +0000 (14:19 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81229 | antoine.pitrou | 2010-05-16 16:16:56 +0200 (dim., 16 mai 2010) | 3 lines

  Document that SSL v2 is insecure.
........

Doc/library/ssl.rst

index 2a7d6eb32dcceb9b6f84d2a4beaa8524d2e85290..95f5f7021c77f286450bc2bb87f7728f583e8c38 100644 (file)
@@ -231,6 +231,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