ole32: Take a StorageBaseImpl in insertIntoTree.
[wine] / dlls / crypt32 / tests /
2009-12-07  Juan Langcrypt32/tests: Fix memory leak in test.
2009-12-07  Juan Langcrypt32/tests: Don't pass as a parameter a variable...
2009-12-04  Juan Langcrypt32: Correct AKI extension used in end certificate...
2009-12-03  Juan Langcrypt32: Fix test failures on Win2k.
2009-12-03  Juan Langcrypt32: Fix test failure on Win7.
2009-12-02  Alexandre Julliardrsaenh: Fix padding bytes check for 0-byte payload.
2009-12-02  Juan Langcrypt32: Correct AKI extension used in end certificate...
2009-12-02  Juan Langcrypt32: Further fix test failures.
2009-12-01  Juan Langcrypt32: Fix test failures.
2009-11-30  Juan Langcrypt32: Revert 8ed5a777de6c9797a285829e07d7a27b3ed01257.
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-21  Juan Langcrypt32/tests: Fix tests on Win9x/ME.
2009-11-21  Juan Langcrypt32: Support checking the requested usage for a...
2009-11-21  Juan Langcrypt32: Test verifying the enhanced key usage of a...
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-20  Juan Langcrypt32: Assume revocation server is offline if revocat...
2009-11-20  Juan Langcrypt32: Test revocation checking with CertGetCertifica...
2009-11-20  Juan Langcrypt32: Add more tests for CertVerifyRevocation.
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: Remove a redundant test.
2009-11-19  Juan Langcrypt32: Implement CertFindCRLInStore for find type...
2009-11-19  Juan Langcrypt32: Add tests for CertFindCRLInStore with find...
2009-11-18  Paul Vrienscrypt32/tests: Fix a test failure on older crypt32.
2009-11-17  Juan Langcrypt32/tests: Fix another test failure.
2009-11-17  Juan Langcrypt32: Implement CertIsRDNAttrsInCertificateName.
2009-11-17  Juan Langcrypt32: Add tests for CertIsRDNAttrsInCertificateName.
2009-11-17  Juan Langcrypt32: Add more tests for CertCompareCertificateName.
2009-11-16  Juan Langcrypt32: Fix more test failures.
2009-11-16  Juan Langcrypt32: Set CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS...
2009-11-13  Juan Langcrypt32: Fix test failures.
2009-11-13  Juan Langcrypt32: Accept any matching dNSName in a subject alter...
2009-11-13  Juan Langcrypt32: Add tests for cs.stanford.edu's chain.
2009-11-13  Juan Langcrypt32: Use broken() to mark an expected result from...
2009-11-13  Juan Langcrypt32: Implement matching a certificate with a wildca...
2009-11-13  Juan Langcrypt32: Test matching a certificate with a wildcard...
2009-11-13  Juan Langcrypt32: Add openssl.org's cert to the tested chains.
2009-11-12  Juan Langcrypt32: Fix more test failures on older crypt32 versions.
2009-11-12  Juan Langcrypt32: Fix more test failures on older crypt32 versions.
2009-11-12  Juan Langcrypt32/tests: Fix test failures.
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-11  Juan Langcrypt32: Fix test failures across Windows versions.
2009-11-11  Juan Langcrypt32: Fix some test failures on older crypt32 versions.
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-10  Juan Langcrypt32: Disallow embedded NULLs in alternate names.
2009-11-10  Juan Langcrypt32: Test decoding alternate names with embedded...
2009-11-10  Juan Langcrypt32: Test encoding and decoding name values with...
2009-11-09  Marcus Meissnercrypt32: Pass the correct pointer into CertificateFindS...
2009-11-09  Juan Langcrypt32: Fix test failures on Win9x/NT4.
2009-11-09  Juan Langcrypt32: Implement decoding cert policy constraints.
2009-11-09  Juan Langcrypt32: Implement encoding cert policy constraints.
2009-11-09  Juan Langcrypt32: Add tests for encoding/decoding cert policy...
2009-11-09  Juan Langcrypt32: Implement decoding cert policy mappings.
2009-11-09  Juan Langcrypt32: Implement encoding cert policy mappings.
2009-11-09  Juan Langcrypt32: Add tests for encoding/decoding cert policy...
2009-11-09  Juan Langcrypt32: Fix decoding cert issuer/subject unique ids.
2009-11-09  Juan Langcrypt32: Fix encoding cert issuer/subject unique ids.
2009-11-09  Juan Langcrypt32: Add more tests of cert encoding/decoding.
2009-11-05  Juan Langcrypt32: Fix a test failure on NT 4.
2009-11-04  Juan Langcrypt32: Implement CertStoreControl for collection...
2009-11-04  Juan Langcrypt32: Add tests of committing a collection store.
2009-11-04  Juan Langcrypt32: Eliminate a double free in the tests.
2009-11-04  Juan Langcrypt32: Rename a function to reflect its behavior...
2009-11-04  Juan Langcrypt32: Release contexts when removing them from the...
2009-11-04  Juan Langcrypt32: Don't delete a context when removing it from...
2009-11-04  Juan Langcrypt32: Correct reference counting when deleting conte...
2009-11-04  Juan Langcrypt32: Propagate errors from CertFree*Context to...
2009-11-04  Juan Langcrypt32: Implement CryptGetIntendedKeyUsage.
2009-11-04  Juan Langcrypt32: Add tests for CertGetIntendedKeyUsage.
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-28  Dan Kegelcrypt32/tests: CryptUnprotectData: test zero-length...
2009-10-26  Juan Langcrypt32: Fix a test failure on systems with no c: drive.
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.
next