Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21b7e53

Browse files
committed
Merged revisions 81231 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r81231 | antoine.pitrou | 2010-05-16 16:19:41 +0200 (dim., 16 mai 2010) | 9 lines Merged revisions 81229 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r81229 | antoine.pitrou | 2010-05-16 16:16:56 +0200 (dim., 16 mai 2010) | 3 lines Document that SSL v2 is insecure. ........ ................
1 parent d05f93d commit 21b7e53

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/ssl.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ Functions, Constants, and Exceptions
219219

220220
Selects SSL version 2 as the channel encryption protocol.
221221

222+
.. warning::
223+
224+
SSL version 2 is insecure. Its use is highly discouraged.
225+
222226
.. data:: PROTOCOL_SSLv23
223227

224228
Selects SSL version 2 or 3 as the channel encryption protocol. This is a

0 commit comments

Comments
 (0)