Hi,
 
I used PEM_read_bio_X509_CRL ( ) to read a CRL file and stored the content in a (*pCRL)  pointer.I passed this pointer as argument to the X509_CRL_get_REVOKED ( ) which returns a revoked stack .Once I verified my certificate with the stack , I deleted the stack , and when the control comes out of  scope of  the class , the class destructor is called where i deleted the CRL pointer(*pCRL) using x509_CRL_free( ) but the function crashes . provide me a solution for the same
 
Thanks,
N.Sendil Kumar 

Reply via email to