summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-16 14:16:56 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-16 14:16:56 +0000
commit308c2af9a4d0bfc107e53f311c34905ad45b86a4 (patch)
tree9f6ebdd945a9755e83035031183860e13384370c /Doc/library/ssl.rst
parent8a470d6039ffe85ea2e0f095fd0f0b960f099b94 (diff)
downloadcpython-git-308c2af9a4d0bfc107e53f311c34905ad45b86a4.tar.gz
Document that SSL v2 is insecure.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst4
1 files changed, 4 insertions, 0 deletions
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