Juan Lang
|
8e51a866b7
|
crypt32: When searching for a CRL by the AKI extension, the extension has to be decoded to match.
|
2009-11-21 14:31:46 +01:00 |
Juan Lang
|
7dee971809
|
crypt32/tests: Fix a typo.
|
2009-11-21 14:31:46 +01:00 |
Juan Lang
|
8646c39bdb
|
crypt32: Finding a CRL issued by a cert should compare the cert's subject, not its issuer.
|
2009-11-21 14:31:46 +01:00 |
Juan Lang
|
6bc8237c63
|
crypt32/tests: Test one more certificate against the Verisign CRL.
|
2009-11-21 14:31:46 +01:00 |
Juan Lang
|
22206b909a
|
crypt32/tests: Fix a typo.
|
2009-11-21 14:31:46 +01:00 |
Juan Lang
|
9d9070ae3c
|
crypt32: CertFindCRLInStore with find type CRL_FIND_ISSUED_FOR shouldn't check whether the CRL is valid for the subject certificate.
|
2009-11-20 11:15:11 +01:00 |
Juan Lang
|
f378394acd
|
crypt32: Correct CertIsValidCRLForCertificate for certificates that do not contain a CRL dist points extension.
|
2009-11-20 11:15:06 +01:00 |
Juan Lang
|
bcbfddd82a
|
crypt32: Fix tests on older Windows versions.
|
2009-11-20 11:15:01 +01:00 |
Juan Lang
|
8fcaa52d5d
|
crypt32: Add support for CRL_FIND_ISSUED_BY_AKI_FLAG to CertFindCRLInStore.
|
2009-11-19 11:49:59 +01:00 |
Juan Lang
|
b278155616
|
crypt32: Add more tests for CertFindCRLInStore.
|
2009-11-19 11:49:53 +01:00 |
Juan Lang
|
4727212e01
|
crypt32: Add support for CRL_FIND_ISSUED_BY_SIGNATURE_FLAG to CertFindCRLInStore.
|
2009-11-19 11:49:46 +01:00 |
Juan Lang
|
8beed85a2c
|
crypt32: Add basic flags tests flags for CertFindCRLInStore with find type CRL_FIND_ISSUED_BY.
|
2009-11-19 11:49:40 +01:00 |
Juan Lang
|
c84c53b1a6
|
crypt32: More fully implement CertIsValidCRLForCertificate.
|
2009-11-19 11:49:33 +01:00 |
Juan Lang
|
e5c56b1798
|
crypt32: Correct tests for CertIsValidCRLForCertificate.
|
2009-11-19 11:49:21 +01:00 |
Juan Lang
|
4fa4f67c79
|
crypt32: Implement CertFindCRLInStore for find type CRL_FIND_ISSUED_FOR.
|
2009-11-19 11:49:09 +01:00 |
Juan Lang
|
a3b462e3ea
|
crypt32: Add tests for CertFindCRLInStore with find type CRL_FIND_ISSUED_FOR.
|
2009-11-19 11:49:05 +01:00 |
Juan Lang
|
acc9d81f26
|
crypt32: Fix duplicating a NULL CRL context.
|
2009-10-21 16:05:54 +02:00 |
Francois Gouget
|
df4d664582
|
crypt32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:27 +01:00 |
Paul Vriens
|
1542bbd81c
|
crypt32/tests: Don't crash on some win9x boxes.
|
2008-08-04 13:05:04 +02:00 |
Austin English
|
ae24e21da1
|
crypt32: Fix a couple of test failures on Vista.
|
2008-07-02 11:50:17 +02:00 |
Francois Gouget
|
c69d47fa49
|
crypt32/tests: Get the tests running on Windows 98.
|
2007-11-20 16:45:02 +01:00 |
Juan Lang
|
8dcd9e4279
|
crypt32: Fix decoding sequences with extra trailing data.
|
2007-07-16 13:39:35 +02:00 |
Juan Lang
|
e64e66c41d
|
crypt32: Accept OSS errors.
|
2007-07-02 13:33:40 +02:00 |
Francois Gouget
|
d9e8a0f63e
|
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
|
2007-03-28 12:36:13 +02:00 |
Juan Lang
|
353cd81c9a
|
crypt32/tests: Win64 printf format warning fixes.
|
2006-10-02 14:40:14 +02:00 |
Stefan Leichter
|
b5c98f4dd6
|
crypt32: Make tests loadable on NT4.
|
2006-07-19 09:54:22 +02:00 |
Juan Lang
|
77ea583ab0
|
crypt32: Implement CertGetCRLFromStore.
- implement CertGetCRLFromStore, with tests
- update tests for CRL revocation functions to show name isn't checked
|
2006-06-22 12:29:04 +02:00 |
Juan Lang
|
e8992af0fa
|
crypt32: Implement some CRL verification functions.
|
2006-06-21 11:15:49 +02:00 |
Juan Lang
|
6f75b5e4ad
|
crypt32: Rearrange functions a bit.
|
2006-06-20 20:37:02 +02:00 |