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 vitaly.krug
Recipients christian.heimes, vitaly.krug
Date 2018-03-12.22:26:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520893582.26.0.467229070634.issue33062@psf.upfronthosting.co.za>
In-reply-to
Content
I need to write a test for my client to make sure it's non-blocking ssl interactions are able to survive SSL renegotiation. However, I can't seem to find anything in our python ssl API that calls `SSL_renegotiate()` in order to force renegotiation.
History
Date User Action Args
2018-03-12 22:26:22vitaly.krugsetrecipients: + vitaly.krug, christian.heimes
2018-03-12 22:26:22vitaly.krugsetmessageid: <1520893582.26.0.467229070634.issue33062@psf.upfronthosting.co.za>
2018-03-12 22:26:22vitaly.kruglinkissue33062 messages
2018-03-12 22:26:22vitaly.krugcreate