pyopenssl
pyopenssl copied to clipboard
wrap session serialization functions
https://www.openssl.org/docs/manmaster/man3/d2i_SSL_SESSION.html
If you want to support lower-latency handshakes upon reconnection and you have more than one TLS terminating process, you need to have an external session cache. Without wrapping these functions, there's not really any point to the Session object that pyOpenSSL exposes.