You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: