This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients christian.heimes, martin.panter, njs, vitaly.krug
Date 2018-03-14.03:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520996911.82.0.467229070634.issue33062@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-03-14 03:08:31njssetrecipients: + njs, christian.heimes, martin.panter, vitaly.krug
2018-03-14 03:08:31njssetmessageid: <1520996911.82.0.467229070634.issue33062@psf.upfronthosting.co.za>
2018-03-14 03:08:31njslinkissue33062 messages
2018-03-14 03:08:31njscreate