On Thu, Nov 19, 2015 at 1:58 AM, M.-A. Lemburg wrote:
> On 19.11.2015 09:14, Cory Benfield wrote:
>>
>>> On 19 Nov 2015, at 03:53, Ben Bangert wrote:
>>>
>>> In Python 2 and 3, the ssl module's SSLContext object has a way to set
>>> SSL optio
In Python 2 and 3, the ssl module's SSLContext object has a way to set
SSL options, but not to set SSL modes.
The set_mode command and some of the available modes:
https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_mode.html
The most critical mode is SSL_MODE_RELEASE_BUFFERS, which can drop t