crypt32: Fix test failures on multiple Windows versions.
[wine] / dlls / crypt32 / tests / chain.c
2009-11-11  Juan Langcrypt32: Fix test failures on multiple Windows versions.
2009-11-11  Juan Langcrypt32: Correct error when a matching name constraint...
2009-11-10  Juan Langcrypt32: Correct error when a constrained, permitted...
2009-11-10  Juan Langcrypt32: Correct error when the subject alternate name...
2009-11-10  Juan Langcrypt32: Add more tests of name constraints.
2009-11-10  Juan Langcrypt32: Test more chains against different policies.
2009-11-05  Juan Langcrypt32: Fix a test failure on NT 4.
2009-11-03  Juan Langcrypt32: Fix a memory leak in a test.
2009-10-30  Juan Langcrypt32: Add key usage extension to chain4_0.
2009-10-30  Juan Langcrypt32: Add basic constraints to chain15_0.
2009-10-30  Juan Langcrypt32: Add basic constraints to chain14_0.
2009-10-30  Juan Langcrypt32: Add basic constraints and key usage to chain12_0.
2009-10-30  Juan Langcrypt32: Add basic constraints and key usage to chain8_0.
2009-10-30  Juan Langcrypt32: Add basic constraints and key usage to chain5_0.
2009-10-30  Juan Langcrypt32: Add basic constraints and key usage to chain2_0.
2009-10-30  Juan Langcrypt32: Add basic constraints and key usage to chain0_0.
2009-10-29  Juan Langcrypt32: Add some tests of the SSL policy.
2009-10-29  Juan Langcrypt32: Allow the caller of checkChainPolicyStatus...
2009-10-29  Juan Langcrypt32: Add the Google website's cert to tests.
2009-10-22  Juan Langcrypt32: Fix test failures on older versions of crypt32.
2009-10-21  Juan Langcrypt32: Check key usage during chain validation.
2009-10-21  Juan Langcrypt32: Add tests for key usage in the base policy.
2009-10-21  Juan Langcrypt32: Add key usage extension to non-root CA certs.
2009-10-20  Juan Langcrypt32/tests: Get rid of a couple of certs unneeded...
2009-09-23  Paul Vrienscrypt32/tests: Fix a test failure on Vista and higher.
2009-09-22  Hans Leidekkercrypt32: CertGetCertificateChain does not validate...
2009-08-25  Ge van Geldorpcrypt32/tests: Remove test that crashes on Win7.
2009-05-04  Austin Englishcrypt32/tests: Print a better error if no Verisign...
2009-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2009-02-16  Juan Langcrypt32: Fix a typo.
2009-02-13  Juan Langcrypt32: Allow an alternate chain policy status for...
2009-02-12  Juan Langcrypt32: Set the info status on the last element of...
2009-02-12  Juan Langcrypt32: Don't assume intermediate certificates are...
2009-02-12  Juan Langcrypt32: Include more info about skipped checks in...
2009-02-11  Juan Langcrypt32: Fix a typo.
2009-02-11  Juan Langcrypt32: Relax a test whose results are ignored on...
2009-02-10  Juan Langcrypt32: Fix a few more test failures on older versions...
2009-02-09  Juan Langcrypt32: Fix a regression in chain tests.
2009-02-06  Juan Langcrypt32: Fix some test failures on older versions of...
2008-11-03  Juan Langcrypt32: Fix test failures on older versions of Windows.
2008-10-31  Juan Langcrypt32: Fix chain error status when a cert's issuer...
2008-10-31  Juan Langcrypt32: Don't neglect status to ignore on a Windows...
2008-10-30  Juan Langcrypt32: Fix failing test.
2008-10-27  Juan Langcrypt32: Fix a failing test on Windows.
2008-10-24  Juan Langcrypt32: Change expected behavior of a test to match...
2008-10-24  Juan Langcrypt32: Fix a failing test on Windows, and remove...
2008-10-23  Juan Langcrypt32: Correct trust error status for cyclic chains.
2008-10-17  Juan Langcrypt32: Fix expected/got mixup.
2008-10-17  Juan Langcrypt32: Correct another chain status discrepancy with...
2008-10-17  Juan Langcrypt32: Microsoft fixed a bug with name constraints...
2008-10-17  Juan Langcrypt32: Actually compare chain status instead of doing...
2008-10-17  Juan Langcrypt32: Use helper function and broken() macro to...
2008-10-17  Juan Langcrypt32: Include policy being checked in failure message.
2008-10-17  Juan Langcrypt32: Make some variables const.
2008-10-09  Juan Langcrypt32: Fix error handling for cyclic chains.
2008-10-09  Juan Langcrypt32: Remove an error that no longer fails.
2008-10-09  Juan Langcrypt32: Fix some chain failures on Win9x/NT4.
2008-09-08  Paul Vrienscrypt32/tests: Fix a test on Vista.
2008-09-05  Paul Vrienscrypt32/tests: Don't crash on Vista.
2008-08-01  Juan Langcrypt32: Fix some test failures on Win9x.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-11-02  Juan Langcrypt32: Fix another leak in the tests.
2007-10-26  Juan Langcrypt32: Remove iTunes chain from certificate policy...
2007-10-11  Juan Langcrypt32: Implement name constraint checking.
2007-10-11  Juan Langcrypt32: Add another test to show that time validity...
2007-10-11  Juan Langcrypt32: Remove superficially different certificates.
2007-09-12  Juan Langcrypt32: Make chain tests more strict.
2007-09-11  Juan Langcrypt32: Implement CertVerifyCertificateChainPolicy...
2007-09-11  Juan Langcrypt32: Implement CertVerifyCertificateChainPolicy...
2007-09-11  Juan Langcrypt32: Implement CertVerifyCertificateChainPolicy...
2007-09-11  Juan Langcrypt32: Add initial tests for CertVerifyCertificateCha...
2007-09-10  Juan Langcrypt32: Consider alternate issuers when building chains.
2007-09-10  Juan Langcrypt32: Don't abort chain creation if the root signatu...
2007-09-10  Juan Langcrypt32: Add special case for certificates with no...
2007-09-10  Juan Langcrypt32: Remove a misplaced todo_wine.
2007-09-10  Juan Langcrypt32: Test whether chain creation should fail when...
2007-09-10  Juan Langcrypt32: Not finding an issuer shouldn't cause chain...
2007-09-10  Juan Langcrypt32: Don't add end cert's store to world.
2007-09-10  Juan Langcrypt32: Test that the end cert in a chain's store...
2007-08-31  Juan Langcrypt32: Check path length constraint on a chain.
2007-08-31  Juan Langcrypt32: Set error status on issued certificate, not...
2007-08-31  Juan Langcrypt32: Check whether each signing certificate can...
2007-08-31  Juan Langcrypt32: Check time of each element in chain against...
2007-08-31  Juan Langcrypt32: Don't fail chain creation if signature doesn...
2007-08-31  Juan Langcrypt32: Don't fail chain creation if root isn't self...
2007-08-31  Juan Langcrypt32: Halt chain creation when a cycle is detected.
2007-08-31  Juan Langcrypt32: Greatly expand certificate chain tests.
2007-08-15  Juan Langcrypt32: Initial implementation of CertGetCertificateCh...
2007-08-15  Juan Langcrypt32: Add a chain test with real certificates.
2007-08-15  Juan Langcrypt32: Add initial tests for certificate chains.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-08-15  Juan Langcrypt32: Implement CertCreateCertificateChainEngine...