[issue33062] ssl_renegotiate() doesn't seem to be exposed

Nathaniel Smith report at bugs.python.org
Tue Mar 13 23:08:31 EDT 2018


Nathaniel Smith <njs at pobox.com> added the comment:

PyOpenSSL supports renegotiation, and I've used it for writing exactly this kind of test. Might be easier than wrapping a test harness around the 'openssl' command.

For extra fun, openssl itself doesn't fully support renegotiation on duplex connections, even if your code works correctly: http://openssl.6102.n7.nabble.com/TLS-renegotiation-failure-on-receiving-application-data-during-handshake-td48127.html

----------
nosy: +njs

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33062>
_______________________________________


More information about the Python-bugs-list mailing list