Re: Serializing SSL state

2022-06-21 Thread Matt Caswell
On 20/06/2022 22:29, Rouzier, James wrote: Hi Matt, What would it take to expose this? At the moment you can serialize an SSL_SESSION object - but this only helps during session resumption. So, using this capability, you could perform a resumption handshake on a different server to where

Re: Serializing SSL state

2022-06-20 Thread Rouzier, James via openssl-users
Hi Matt, What would it take to expose this? Also would you accept a patch if we implement what’s missing? Thank You James On 6/20/22, 10:13 AM, "Matt Caswell" wrote: On 20/06/2022 15:11, Rouzier, James via openssl-users wrote: > Hey Guys, > > Is it possible to

Re: Serializing SSL state

2022-06-20 Thread Matt Caswell
On 20/06/2022 15:11, Rouzier, James via openssl-users wrote: Hey Guys, Is it possible to serialize/deserialize an ongoing TLS session in any way? We are trying to create a stateless RADIUS server. Where we place multiple RADIUS servers behind a UDP loader balancer. Each part of EAP-TLS

Serializing SSL state

2022-06-20 Thread Rouzier, James via openssl-users
Hey Guys, Is it possible to serialize/deserialize an ongoing TLS session in any way? We are trying to create a stateless RADIUS server. Where we place multiple RADIUS servers behind a UDP loader balancer. Each part of EAP-TLS process could hit a different server. The plan is to save the current