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

2018-08-05 Thread Salz, Rich via openssl-users
> Do you see it being of enough value to consider bringing the feature into your roadmap. No. At least not in my opinion. Migrating "live" TLS connections does not seem a common situation, and is bound to be non-portable. -- openssl-users mailing list To unsubscribe: https://mta.opens

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

2018-08-05 Thread Viktor Dukhovni
> On Aug 5, 2018, at 8:07 PM, Jayant Jain wrote: > > Do you see it being of enough value to consider bringing the feature into > your roadmap. Can you be specific about which "it" you're looking for? There are no present plans to make it possible to move live connections across process bou

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

2018-08-05 Thread Jayant Jain
Do you see it being of enough value to consider bringing the feature into your roadmap. Thanks From: openssl-users on behalf of Viktor Dukhovni Sent: Sunday, August 5, 2018 1:55:34 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] ssl save

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

2018-08-05 Thread Viktor Dukhovni
> On Aug 5, 2018, at 4:27 PM, Jayant Jain 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