Add support for reusing OpenSSL sessions between multiple TCP connections to minimize roundtrips used during handshake messaging. Very useful for HTTP in particular, which may have to disconnect sockets in between multiple requests to the same server.
Add support for reusing OpenSSL sessions between multiple TCP connections to minimize roundtrips used during handshake messaging. Very useful for HTTP in particular, which may have to disconnect sockets in between multiple requests to the same server.