Re: Passing TLS sessions between programs

2012-11-06 Thread Frediano Ziglio
2012/11/6 Dave Thompson dthomp...@prinpay.com: From: owner-openssl-us...@openssl.org On Behalf Of Frediano Ziglio Sent: Saturday, 03 November, 2012 10:26 I'm searching for a way to pass a TLS session between two programs under Unix. I can use unix sockets to send the file descriptor but I

Passing TLS sessions between programs

2012-11-03 Thread Frediano Ziglio
Hi, I'm searching for a way to pass a TLS session between two programs under Unix. I can use unix sockets to send the file descriptor but I don't know how to request to OpenSSL crypto information (like algorithm used and key) in order to pass to the other process. Is there a way to do it ?