On 4/7/20 11:36 AM, Stefan Eissing wrote: > According to the docs I have "SSL_get_certificate()" returns a pointer from > the SSL* structure and needs no free. Or?
My bad: I read the documentation for SSL_get_peer_certificate which has the same signature and where you need to free the cert afterwards. So you are correct. No work to do in this area. Regards RĂ¼diger