Re: Obtaining CA signature from the CRL...
From: akhare1 (akhare1_at_my-deja.com)
Date: 01/31/04
- Next message: Drew Cooper [MSFT]: "Re: CryptDllEncodePublicKeyAndParameters"
- Previous message: Dave McPherson [MS]: "Re: LsaLogonUser and Kerberos example?"
- In reply to: Vishal Agarwal[MSFT]: "Re: Obtaining CA signature from the CRL..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 30 Jan 2004 15:55:36 -0800
"Vishal Agarwal[MSFT]" <vishala@online.microsoft.com> wrote in message news:<OxiG6715DHA.2736@TK2MSFTNGP09.phx.gbl>...
> If you have the CRL and the CA certificate you want to verify against, you
> don't need to obtain the signature separately.
> You can call CryptVerifyCertificateSignatureEx with
> CRYPT_VERIFY_CERT_SIGN_SUBJECT_CRL as the dwSubjectType and
> CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT as the IssuerType. (You will also need to
> supply appropriate pvSubject and pvIssuer).
>
> Thanks,
> Vishal[MSFT]
>
Thanks -- it worked like a charm!!!
Atul
<snip>
- Next message: Drew Cooper [MSFT]: "Re: CryptDllEncodePublicKeyAndParameters"
- Previous message: Dave McPherson [MS]: "Re: LsaLogonUser and Kerberos example?"
- In reply to: Vishal Agarwal[MSFT]: "Re: Obtaining CA signature from the CRL..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|