Re: [openssl-users] Setting tlsext_hb_pending in OpenSSL 1.1.x

2016-12-19 Thread Salz, Rich
> Basically, the SSL structure used to contain tlsext_hb_pending variable. After > looking up, I found out there is now a function to get the value of 'pending'. > What I need is to set the value. How can I do that now with 1.1.x? It seems that when the structures were made opaque, we didn't

[openssl-users] Setting tlsext_hb_pending in OpenSSL 1.1.x

2016-12-17 Thread Thomas d'Otreppe
Hi, I'm updating some code that was working just fine with OpenSSL 1.0.x but there was a recent update to 1.1.0c that broke it. I was able to fix one of the 2 compilation issue fairly easily (TLS1_RT_HEARTBEAT that got renamed to DTLS1_RT_HEARTBEAT) but I'm struggling with the other one. I