commit | 308c2af9a4d0bfc107e53f311c34905ad45b86a4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun May 16 14:16:56 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun May 16 14:16:56 2010 +0000 |
tree | 9f6ebdd945a9755e83035031183860e13384370c | |
parent | 8a470d6039ffe85ea2e0f095fd0f0b960f099b94 [diff] [blame] |
Document that SSL v2 is insecure.
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index c69fac4..e802381 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst
@@ -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