mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Merged revisions 81231 via svnmerge from
svn+ssh://pythondev@svn.python.org/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://pythondev@svn.python.org/python/trunk
........
r81229 | antoine.pitrou | 2010-05-16 16:16:56 +0200 (dim., 16 mai 2010) | 3 lines
Document that SSL v2 is insecure.
........
................
This commit is contained in:
parent
d05f93da31
commit
21b7e5316c
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@ Functions, Constants, and Exceptions
|
||||||
|
|
||||||
Selects SSL version 2 as the channel encryption protocol.
|
Selects SSL version 2 as the channel encryption protocol.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
SSL version 2 is insecure. Its use is highly discouraged.
|
||||||
|
|
||||||
.. data:: PROTOCOL_SSLv23
|
.. data:: PROTOCOL_SSLv23
|
||||||
|
|
||||||
Selects SSL version 2 or 3 as the channel encryption protocol. This is a
|
Selects SSL version 2 or 3 as the channel encryption protocol. This is a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue