|
BugTraq
Windows doesn't verify digital signature of CRL files Aug 09 2004 02:31PM Faro Poplar (faropoplar yahoo com) (1 replies) Re: Windows doesn't verify digital signature of CRL files Aug 10 2004 07:32AM Thomas Walpuski (thomas-bugtraq unproved org) (2 replies) Re: Windows doesn't verify digital signature of CRL files Aug 10 2004 06:07PM Valdis Kletnieks vt edu Re: Windows doesn't verify digital signature of CRL files Aug 10 2004 04:07PM Neil Gierman (ngierman roadrunn com) (2 replies) Re: Windows doesn't verify digital signature of CRL files Aug 10 2004 06:25PM Jack Lloyd (lloyd randombit net) (1 replies) Re: Windows doesn't verify digital signature of CRL files Aug 11 2004 06:52AM Thomas Walpuski (thomas-bugtraq unproved org) |
|
Privacy Statement |
> If a person was able to inject a modified CRL into
> that CDP URL, or redirect the client machine to an alternate server for
> LDAP/HTTP CRL download, and CAPI is not validating signatures on CRL's
> then a person could use a revoked certificate for access to systems among
> other things.
You have to distinguish between CRL retrieval (which is not really
critical) and using a CRL in the process of verifying an certificate
chain.
All parts of Microsoft's CryptoAPI use CertGetCRLFromStore with
CERT_STORE_SIGNATURE_FLAG, i.e. improperly signed CRLs won't be used in
the verification process.
So unless you're using Microsoft's CryptoAPI at a low level and you
don't know what you're doing there is no issue.
Thomas Walpuski
[ reply ]