mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
This commit is contained in:
parent
17352fff92
commit
ed9c0706cf
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ instead.
|
|||
|
||||
.. rubric:: Footnotes
|
||||
.. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
|
||||
.. [2] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
|
||||
.. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue