From 308c2af9a4d0bfc107e53f311c34905ad45b86a4 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 16 May 2010 14:16:56 +0000 Subject: Document that SSL v2 is insecure. --- Doc/library/ssl.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/library/ssl.rst') diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index c69fac4bd2..e802381a01 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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 -- cgit v1.2.1