mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
merge 3.4
This commit is contained in:
commit
b9859daeeb
1 changed files with 5 additions and 2 deletions
|
|
@ -554,8 +554,8 @@ Constants
|
|||
|
||||
Selects SSL version 2 as the channel encryption protocol.
|
||||
|
||||
This protocol is not available if OpenSSL is compiled with OPENSSL_NO_SSL2
|
||||
flag.
|
||||
This protocol is not available if OpenSSL is compiled with the
|
||||
``OPENSSL_NO_SSL2`` flag.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
|
@ -565,6 +565,9 @@ Constants
|
|||
|
||||
Selects SSL version 3 as the channel encryption protocol.
|
||||
|
||||
This protocol is not be available if OpenSSL is compiled with the
|
||||
``OPENSSL_NO_SSLv3`` flag.
|
||||
|
||||
.. warning::
|
||||
|
||||
SSL version 3 is insecure. Its use is highly discouraged.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue