Document that SSL v2 is insecure.
This commit is contained in:
parent
8a470d6039
commit
308c2af9a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue