ole32: Fix memory leaks in the storage test.
[wine] / dlls / crypt32 / tests / crl.c
2009-11-21  Juan Langcrypt32: When searching for a CRL by the AKI extension...
2009-11-21  Juan Langcrypt32/tests: Fix a typo.
2009-11-21  Juan Langcrypt32: Finding a CRL issued by a cert should compare...
2009-11-21  Juan Langcrypt32/tests: Test one more certificate against the...
2009-11-21  Juan Langcrypt32/tests: Fix a typo.
2009-11-20  Juan Langcrypt32: CertFindCRLInStore with find type CRL_FIND_ISS...
2009-11-20  Juan Langcrypt32: Correct CertIsValidCRLForCertificate for certi...
2009-11-20  Juan Langcrypt32: Fix tests on older Windows versions.
2009-11-19  Juan Langcrypt32: Add support for CRL_FIND_ISSUED_BY_AKI_FLAG...
2009-11-19  Juan Langcrypt32: Add more tests for CertFindCRLInStore.
2009-11-19  Juan Langcrypt32: Add support for CRL_FIND_ISSUED_BY_SIGNATURE_F...
2009-11-19  Juan Langcrypt32: Add basic flags tests flags for CertFindCRLInS...
2009-11-19  Juan Langcrypt32: More fully implement CertIsValidCRLForCertificate.
2009-11-19  Juan Langcrypt32: Correct tests for CertIsValidCRLForCertificate.
2009-11-19  Juan Langcrypt32: Implement CertFindCRLInStore for find type...
2009-11-19  Juan Langcrypt32: Add tests for CertFindCRLInStore with find...
2009-10-21  Juan Langcrypt32: Fix duplicating a NULL CRL context.
2009-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2008-08-04  Paul Vrienscrypt32/tests: Don't crash on some win9x boxes.
2008-07-02  Austin Englishcrypt32: Fix a couple of test failures on Vista.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-07-16  Juan Langcrypt32: Fix decoding sequences with extra trailing...
2007-07-02  Juan Langcrypt32: Accept OSS errors.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-07-19  Stefan Leichtercrypt32: Make tests loadable on NT4.
2006-06-22  Juan Langcrypt32: Implement CertGetCRLFromStore.
2006-06-21  Juan Langcrypt32: Implement some CRL verification functions.
2006-06-20  Juan Langcrypt32: Rearrange functions a bit.