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

This commit is contained in:
Antoine Pitrou 2012-01-27 10:02:55 +01:00
parent 3f366314e8
commit 9f6b02ecde
1 changed files with 2 additions and 1 deletions

View File

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