wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / crypt32 / tests /
2008-07-02  Austin Englishcrypt32: Fix a couple of test failures on Vista.
2008-06-30  Michael Karchercrypt32: ComparePublicKeyInfo must ignore the leading...
2008-06-04  Alexandre Julliardcrypt32/tests: Fix an end of line character.
2008-05-26  Michael Karchercrypt32: CertGetPublicKeyLength should check only cert...
2008-05-26  Michael Karchercrypt32: Pass on aiKeyAlg on RSA key import.
2008-05-08  Paul Vrienscrypt32/tests: Cleanup registry after tests.
2008-04-21  James Hawkinscrypt32: Remove tests for properties not present on...
2008-04-11  James Hawkinscrypt32: Fix a few tests that fail in win2k.
2008-03-26  Juan Langcrypt32: Allow one update to a decode message after...
2008-03-26  Juan Langcrypt32: Test updates after the final update to a detac...
2008-02-16  Juan Langcrypt32: Vista doesn't actually add duplicate usage...
2008-02-16  Juan Langcrypt32: Allow some last errors set by Vista.
2008-02-16  Juan Langcrypt32: Fix a test failure on Vista, and make Wine...
2008-02-16  Juan Langcrypt32: Add to error message to track down NT4 failures.
2008-02-16  Juan Langcrypt32: Fix test failures on NT4.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-11  Paul Vrienscrypt32/tests: Skip test if we don't have enough rights.
2008-01-23  Francois GougetAssorted spelling fixes.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-11-09  Juan Langcrypt32: Fix another leak in tests.
2007-11-09  Juan Langcrypt32: Fix a couple leaks in test.
2007-11-08  Juan Langcrypt32: Fail decoding a CRL entry if the serial number...
2007-11-08  Juan Langcrypt32: Fix a leak.
2007-11-02  Juan Langcrypt32: Fix a leaked key.
2007-11-02  Juan Langcrypt32: Initialize a variable.
2007-11-02  Juan Langcrypt32: Fix another leak in the tests.
2007-11-02  Juan Langcrypt32: Fix a leak in the tests.
2007-10-26  Juan Langcrypt32: Remove iTunes chain from certificate policy...
2007-10-26  Juan Langcrypt32: Remove a test because of a Windows 2003 SP1...
2007-10-24  Juan Langcrypt32: Implement CertVerifyRevocation.
2007-10-24  Juan Langcrypt32: Add basic test for CertVerifyRevocation.
2007-10-22  Juan Langcrypt32: Remove tests that cause memory corruption.
2007-10-19  Juan Langcrypt32: Fix a couple leaked messages.
2007-10-19  Juan Langcrypt32: Implement I_CertUpdateStore.
2007-10-19  Juan Langcrypt32: Add tests for I_CertUpdateStore.
2007-10-18  Juan Langcrypt32: Add basic tests for CryptGetDefaultOIDFunction...
2007-10-15  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-10-11  Juan Langcrypt32: Implement name constraint checking.
2007-10-11  Juan Langcrypt32: Implement name constraints decoding.
2007-10-11  Juan Langcrypt32: Allow either NULL or empty strings where one...
2007-10-11  Juan Langcrypt32: Implement name constraint encoding.
2007-10-11  Juan Langcrypt32: Test encoding/decoding name constraints.
2007-10-11  Juan Langcrypt32: Add another test to show that time validity...
2007-10-11  Juan Langcrypt32: Remove superficially different certificates.
2007-10-11  Juan Langcrypt32: Allow imprecision of one millisecond in time...
2007-10-09  Marcus Meissnercrypt32/tests: Fixed buffer overflow in encode test.
2007-10-09  Juan Langcrypt32: Print values of failing time tests.
2007-10-09  Juan Langcrypt32: Remove some tests that fail inconsistently...
2007-10-05  Juan Langcrypt32: Add tests for CertGetValidUsages.
2007-10-01  Juan Langcrypt32: Implement opening file name stores from files...
2007-09-19  Juan Langcrypt32: Implement streamed encoding of an indefinite...
2007-09-18  Juan Langcrypt32: Explicitly count bytes to copy in DecodeCopyBytes.
2007-09-18  Juan Langcrypt32: Test and correct decoding indefinite-length...
2007-09-18  Juan Langcrypt32: Support indefinite-length encoded arrays.
2007-09-18  Juan Langcrypt32: Add a test of an indefinite-length sequence.
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-09-10  Juan Langcrypt32: Add more tests for getting issuer cert from...
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-23  Juan Langcrypt32: Implement CryptVerifyMessageSignature.
2007-08-23  Juan Langcrypt32: Test and correct verifying the signature of...
2007-08-22  Juan Langcrypt32: Test encoding a signed message with a valid...
2007-08-22  Juan Langcrypt32: Test and implement CryptGetMessageSignerCount.
2007-08-21  Juan Langcrypt32: Implement verifying a decoded signed message...
2007-08-21  Juan Langcrypt32: Test and implement getting the computed hash...
2007-08-21  Juan Langcrypt32: Implement verifying the hash of a decoded...
2007-08-21  Juan Langcrypt32: Add a couple tests that show you can't get...
2007-08-21  Juan Langcrypt32: Add a mostly stub control function for decode...
2007-08-21  Juan Langcrypt32: Add a default message control function pointer.
2007-08-21  Juan Langcrypt32: Add tests for CryptMsgControl.
2007-08-21  Juan Langcrypt32: Test an encoded signed message with a cert...
2007-08-15  Paul Vrienscrypt32/tests: Use GetModuleHandle and skip.
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.
2007-08-14  Paul Vrienscrypt32/tests: Make tests run again on win95.
2007-08-14  Juan Langcrypt32: Test finding the issuer of a certificate.
2007-08-14  Juan Langcrypt32: Test authority key identifier with a multi...
2007-08-10  Juan Langcrypt32: Use real certificates to test finding subject...
2007-08-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-08-08  Juan Langcrypt32: Test and correct finding a subject certificate.
2007-08-03  Juan Langcrypt32: Test and fix getting a certificate context...
next