Commit 0743e46c authored by Antoine Pitrou's avatar Antoine Pitrou

Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.

parent e4ce8808
......@@ -316,7 +316,8 @@ Constants
.. data:: OP_ALL
Enables workarounds for various bugs present in other SSL implementations.
This option is set by default.
This option is set by default. It does not necessarily set the same
flags as OpenSSL's ``SSL_OP_ALL`` constant.
.. versionadded:: 3.2
......
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