Hi,
I've a little problem with the function CRYPTO_add. Actually, when I use the function OCSP_basic_add1_cert, I know that in that function the CRYPTO_add is called. My problem is, I use the function OCSP_basic_add1_cert to add the certificate chain to my ocsp response and even after the memmry free of the OCSP_BASICRESP
and the OCSP_RESPONSE there is still memory unfreed for approximately 4 bytes. I know for sure that those 4 bytes comes when I use the OCSP_basic_add1_cert function, I've comment the function and my problem is solved.

Any ideas ???


Olivier

Reply via email to