RE: Using CryptoAPI to verify a cert

2005-03-07 Thread Rai, Anupam (Anupam)
Title: Using CryptoAPI to verify a cert See documentation of CertGetIssuerCertificateFromStore   Thanks Anupam -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Edward ChanSent: Sunday, March 06, 2005 8:16 PMTo: openssl-users

Re: Using CryptoAPI to verify a cert

2005-03-07 Thread Dr. Stephen Henson
On Sun, Mar 06, 2005, Edward Chan wrote: > Does anybody know how to use the Microsoft Crypto API's to verify a cert. > Given an X509 object, I've created a CERT_CONTEXT using the Crypto API, > CertCreateCertificateContext(). And I've got a handle to the Windows > certificate store, using CertOpen

Using CryptoAPI to verify a cert

2005-03-07 Thread Edward Chan
Title: Using CryptoAPI to verify a cert Does anybody know how to use the Microsoft Crypto API's to verify a cert.  Given an X509 object, I've created a CERT_CONTEXT using the Crypto API, CertCreateCertificateContext().  And I've got a handle to the Windows certifica