Kaydet (Commit) ed9c0706 authored tarafından Christian Heimes's avatar Christian Heimes

Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.

üst 17352fff
...@@ -205,7 +205,7 @@ instead. ...@@ -205,7 +205,7 @@ instead.
.. rubric:: Footnotes .. rubric:: Footnotes
.. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default. .. [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:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment