RE: PKCS7_verify with CRL

2006-03-09 Thread Venkata Sairam
PROTECTED] Behalf Of Dr. Stephen Henson Sent: Thursday, March 02, 2006 8:41 PM To: openssl-users@openssl.org Subject: Re: PKCS7_verify with CRL On Thu, Mar 02, 2006, Venkata Sairam wrote: Hi I have the PKCS7 object signed by a certificate. The certificate is revoked and I have

Re: PKCS7_verify with CRL

2006-03-02 Thread Dr. Stephen Henson
On Thu, Mar 02, 2006, Venkata Sairam wrote: Hi I have the PKCS7 object signed by a certificate. The certificate is revoked and I have the corresponding CRL. I have the certificate in the certs variable and the CRL in the store variable. I am using the method below: int PKCS7_verify(PKCS7

PKCS7_verify with CRL

2006-03-01 Thread Venkata Sairam
Hi I have the PKCS7 object signed by a certificate. The certificate is revoked and I have the corresponding CRL. I have the certificate in the certs variable and the CRL in the store variable. I am using the method below: int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO