[issue19500] Error when connecting to FTPS servers not supporting SSL session resuming

Christian Heimes report at bugs.python.org
Sun Sep 4 11:27:36 EDT 2016


Christian Heimes added the comment:

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

----------
Added file: http://bugs.python.org/file44362/SSLSession-support.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19500>
_______________________________________


More information about the Python-bugs-list mailing list