Hi,
in order to add the certificate chain in my ocsp response, I use the OCSP_basic_add1_cert function.
My problem is the following, even after freing the OCSP_BASICRESP pointer there is always 4 bytes unfreed in memory. I know that those 4 bytes comes from the OCSP_basic_add1_cert function because when I comment the line I don't have memory leaks.
Any idea ?
Thanks,
Olivier Michiels