On Fri, Feb 28, 2020 at 11:02 AM Ruediger Pluem <[email protected]> wrote: > > Out of curiosity: Why do you think that OCSP_RESPONSE_free is NULL safe?
All _free() functions have always been NULL-safe in openssl, quite unlikely that they changed this.. I just verified for OCSP_RESPONSE_free() just in case :p and it seems to be a "derived" ASN1 struct, thus NULL-safe per "crypto/asn1/asn1_lib.c" in latest version (if I read the code correctly). Regards, Yann.
