Re: CertIsValidCRLForCertificate
From: Juergen Ludyga (juergen.ludyga_at_mentana_nospam_.de)
Date: 03/16/04
- Next message: Michel Gallant: "Re: Is Crypt API capable..."
- Previous message: Vizvary Istvan III: "Re: decrypting with private key"
- In reply to: Vishal Agarwal[MSFT]: "Re: CertIsValidCRLForCertificate"
- Next in thread: Vishal Agarwal[MSFT]: "Re: CertIsValidCRLForCertificate"
- Reply: Vishal Agarwal[MSFT]: "Re: CertIsValidCRLForCertificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 16 Mar 2004 13:27:18 +0100
Thanks,
I did with (hopping, that issuer informations are always equal):
CertCompareCertificateName(X509_ASN_ENCODING,&pCRLContext->pCrlInfo->Issuer,
&pSignerCertFromSignature->pCertInfo->Issuer)
"Vishal Agarwal[MSFT]" <vishala@online.microsoft.com> schrieb im Newsbeitrag
news:O9EvzvFCEHA.2556@TK2MSFTNGP12.phx.gbl...
> Does your CRL has an IDP extension? If not, then it will return true.
>
> This function doesn't check if the signer of the CRL is same as the issuer
> of the Certificate. Is this what you are trying to verify? If so, you
should
> use CryptVerifyCertificateSignatureEx function.
>
> Thanks,
> Vishal[MSFT]
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
> "Juergen Ludyga" <juergen.ludyga@mentana_nospam_.de> wrote in message
> news:%23w3ewQDCEHA.2060@TK2MSFTNGP12.phx.gbl...
> > Hallo,
> >
> > I've to use this function, but it doesn't matter which CERT_CONTEXT and
> > which CRL_CONTEXT I try, it'll alway return TRUE.
> >
> > <getting Cert from MY-Store, loading CRL from LDAP>
> > BOOL bCert;
> >
> >
>
bCert=CertIsValidCRLForCertificate(pSignerCertFromSignature,pCRLContext,0,NU
> > LL);
> >
> > bCert ist allways TRUE!!!
> >
> > The certificate is ok, and the CRL Context also .
> >
> > Juergen
> >
> > ---
> > If want to answer me, just remove _nospam_ .
> >
> >
>
>
- Next message: Michel Gallant: "Re: Is Crypt API capable..."
- Previous message: Vizvary Istvan III: "Re: decrypting with private key"
- In reply to: Vishal Agarwal[MSFT]: "Re: CertIsValidCRLForCertificate"
- Next in thread: Vishal Agarwal[MSFT]: "Re: CertIsValidCRLForCertificate"
- Reply: Vishal Agarwal[MSFT]: "Re: CertIsValidCRLForCertificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]