Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
This commit is contained in:
parent
3f366314e8
commit
9f6b02ecde
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue