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 christian.heimes
Recipients Alex Warhawk, Mark.Ribau, Ye.Wang, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
Date 2016-09-04.15:27:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473002856.25.0.703585204943.issue19500@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my take on the SSLSession feature. The patch provides a SSLSession type, SSLSocket.session getter/setter and SSLSocket.session_reused getter. The setter makes sure that the session can only set for client sockets from the same SSLContext and before handshake. Tests and documentation need some improvements.

https://github.com/tiran/cpython/commits/feature/openssl_session
History
Date User Action Args
2016-09-04 15:27:36christian.heimessetrecipients: + christian.heimes, janssen, pitrou, giampaolo.rodola, dstufft, Ye.Wang, Mark.Ribau, Alex Warhawk
2016-09-04 15:27:36christian.heimessetmessageid: <1473002856.25.0.703585204943.issue19500@psf.upfronthosting.co.za>
2016-09-04 15:27:36christian.heimeslinkissue19500 messages
2016-09-04 15:27:36christian.heimescreate