[openssl-users] ssl save/restore/migrate functionality

Viktor Dukhovni openssl-users at dukhovni.org
Sun Aug 5 20:55:34 UTC 2018



> On Aug 5, 2018, at 4:27 PM, Jayant Jain <jjain at vmware.com> wrote:
> 
> Is there a way to save the SSL Context / Session and then restore the session on a new instance  to support session migration.

TLS session resumption is supported.  Migration of the SSL state of a live
connection is not.  That is, while the operating system may let you pass
the connection file descriptor between processes, OpenSSL does not presently
support serializing and de-serializing the connection state to allow the
to the other process continue the existing SSL session.

-- 
	Viktor.



More information about the openssl-users mailing list