Do you see it  being of enough value to consider bringing the feature into your 
roadmap.


Thanks

________________________________
From: openssl-users <openssl-users-boun...@openssl.org> on behalf of Viktor 
Dukhovni <openssl-us...@dukhovni.org>
Sent: Sunday, August 5, 2018 1:55:34 PM
To: openssl-users@openssl.org
Subject: Re: [openssl-users] ssl save/restore/migrate functionality



> 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://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmta.openssl.org%2Fmailman%2Flistinfo%2Fopenssl-users&amp;data=02%7C01%7Cjjain%40vmware.com%7C5076c6bbe8c84eaa9cf608d5fb15da69%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636690993642698931&amp;sdata=VydLsoqa78HwK%2FvOl8ahwgYyjJ3qCxiZd98PnxKBHZY%3D&amp;reserved=0
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to