[Python-checkins] r81229 - python/trunk/Doc/library/ssl.rst

antoine.pitrou python-checkins at python.org
Sun May 16 16:16:56 CEST 2010


Author: antoine.pitrou
Date: Sun May 16 16:16:56 2010
New Revision: 81229

Log:
Document that SSL v2 is insecure.



Modified:
   python/trunk/Doc/library/ssl.rst

Modified: python/trunk/Doc/library/ssl.rst
==============================================================================
--- python/trunk/Doc/library/ssl.rst	(original)
+++ python/trunk/Doc/library/ssl.rst	Sun May 16 16:16:56 2010
@@ -237,6 +237,10 @@
 
    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


More information about the Python-checkins mailing list