pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

Add Context options for legacy renegotiation support

Open ndmalc opened this issue 2 years ago • 1 comments

Hello,

This is a pull request to add support for Context options used to support legacy renegotiation disable by default in recent OpenSSL versions.

Best regards

ndmalc avatar Mar 21 '23 20:03 ndmalc

As noted in the other PR, these flags have been removed from the next cryptography release. We'd have to have a very good reason to want to explicitly re-add an insecure feature though.

reaperhulk avatar Mar 22 '23 01:03 reaperhulk