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

This commit is contained in:
Christian Heimes 2016-09-13 13:27:26 +02:00
parent 17352fff92
commit ed9c0706cf

View file

@ -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::