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

SQL php on different pages to Insert (mysqli) -

php - How can an email be returned from Stripe Checkout? -

sql - Partition elimination in Greenplum -