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

Skip to content

Commit 8eac60d

Browse files
committed
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 7ac5cb1 commit 8eac60d

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
@@ -231,6 +231,10 @@ Functions, Constants, and Exceptions
231231

232232
Selects SSL version 2 as the channel encryption protocol.
233233

234+
.. warning::
235+
236+
SSL version 2 is insecure. Its use is highly discouraged.
237+
234238
.. data:: PROTOCOL_SSLv23
235239

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

0 commit comments

Comments
 (0)