Commit 9f6b02ec authored by Antoine Pitrou's avatar Antoine Pitrou

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

parent 3f366314
......@@ -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