> On Aug 5, 2018, at 4:27 PM, Jayant Jain <jj...@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.

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to