<html><body>
<p><font size="2" face="sans-serif">Hi all,</font><br>
<br>
<font size="2" face="sans-serif">I am using X509_STORE and X509_LOOKUP to verify the certificate and its chain.</font><br>
<br>
<font size="2" face="sans-serif">But at the end when I do X509_STORE_free(store)  and X509_LOOKUP_free(lookup), it is also doing free of the X509* certificate which I added.</font><br>
<font size="2" face="sans-serif">But I don't want that, because after that when I immediately try to access X509* certificate for further operation, then it results in core dump</font><br>
<br>
<font size="2" face="sans-serif">And if I don't do X509_STORE_free() then it will leave the memory leak.</font><br>
<font size="2" face="sans-serif"><br>
Let me know how to resolve this and if I misunderstood something.</font><br>
<br>
<font size="2" face="sans-serif">Thanks & Regards,<br>
Nayna Jain</font></body></html>