I have a SSL connection to a server, and the same app wants to open a 2nd connection.
Can I re-use the SSL_SESSION when setting up the 2nd connection? Do I need to explicitly do something so I can skip the call to SSL_do_handshake()? Thanks. Stéphane