pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

wrap session serialization functions

Open glyph opened this issue 5 years ago • 0 comments

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.

glyph avatar Feb 23 '20 00:02 glyph