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

OpenSSL 3 HTTP_Open client C++ example?

2022-06-20 Thread Benedikt Hallinger
Hi there, I currently try to get my hands dirty with C++ and the new HTTPs client introduced with OpenSSL 3. However I struggle to get started. My goal is to open a https secured website and download its contents into a std::string for further parsing. Does someone on the list know of a