Re: [openssl-users] renegotiate across exec()

2018-03-02 Thread Felipe Gasper
> On Mar 2, 2018, at 12:44 AM, Viktor Dukhovni > wrote: > >> On Mar 1, 2018, at 10:39 PM, Felipe Gasper wrote: >> >> Hi all, >> >> I’ve got a project where I’m trying to send a Hello Request from the >> server immediately before an exec(), then renegotiate the SSL connection. >> >>

Re: [openssl-users] renegotiate across exec()

2018-03-02 Thread Salz, Rich via openssl-users
>I believe you're out of luck. I believe that OpenSSL does not support > migration of live connections between address spaces. Yeah, the closest you can come is using TLS sessions or tickets. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/opens

Re: [openssl-users] renegotiate across exec()

2018-03-01 Thread Jakob Bohm
On 02/03/2018 06:44, Viktor Dukhovni wrote: On Mar 1, 2018, at 10:39 PM, Felipe Gasper wrote: Hi all, I’ve got a project where I’m trying to send a Hello Request from the server immediately before an exec(), then renegotiate the SSL connection. What is the easiest way to se

Re: [openssl-users] renegotiate across exec()

2018-03-01 Thread Viktor Dukhovni
> On Mar 1, 2018, at 10:39 PM, Felipe Gasper wrote: > > Hi all, > > I’ve got a project where I’m trying to send a Hello Request from the > server immediately before an exec(), then renegotiate the SSL connection. > > What is the easiest way to send *just* a Hello Request from a s

[openssl-users] renegotiate across exec()

2018-03-01 Thread Felipe Gasper
Hi all, I’ve got a project where I’m trying to send a Hello Request from the server immediately before an exec(), then renegotiate the SSL connection. What is the easiest way to send *just* a Hello Request from a server? Thanks! -Felipe Gasper Mississauga, Ontario -- o