openssl - Is there any way to open a new connection using ssl without another handshake? -


i'm working on designing server, in protocol allows client open additional physical connections server operate in context of single logical connection.

one thought had that, if we're using ssl, we'll need ssl handshake new connection. seems me should possible send secret client on original, secure connection allow new connection securely established without handshake (similarly i've read ssl session reuse).

is possible?

ssl this. provided both ends support it, there feature called 'session resumption' allows new connection via existing ssl session, via abbreviated handshake, without certificate exchange , negotiation of shared secrets.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -