comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the...
[wine] / dlls / crypt32 /
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-29  Michael Stefaniuccrypt32: Avoid using HIWORD() on a string pointer.
2010-01-28  Igor Paliychukcrypt32: Add Ukrainian translations.
2010-01-20  Michael Stefaniuccrypt32/tests: Add a win_skip().
2009-12-21  Juan Langcrypt32: Don't get confused matching URLs with a colon...
2009-12-18  Juan Langcrypt32: Check authority key identifer extension to...
2009-12-17  Amine Khaldicrypt32: Remove an unneeded assignment.
2009-12-16  Amine Khaldicrypt32: Remove unneeded assignments.
2009-12-11  Juan Langcrypt32: Accept end certificates with no extended key...
2009-12-11  Juan Langcrypt32: Fix CertAddCTLContextToStore for CERT_STORE_AD...
2009-12-11  Juan Langcrypt32: Fix CertAddCRLContextToStore for CERT_STORE_AD...
2009-12-11  Juan Langcrypt32: Don't dereference an output pointer which...
2009-12-11  Juan Langcrypt32: Trace chain final error status.
2009-12-09  Alexandre Julliardcrypt32/tests: Avoid size_t in traces.
2009-12-09  Juan Langcrypt32: Compare CRL's authority key identifier against...
2009-12-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
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: The KeyId member of an authority key identifie...
2009-12-03  Juan Langcrypt32: Fix test failures on Win2k.
2009-12-03  Juan Langcrypt32: Fix test failure on Win7.
2009-12-03  Juan Langcrypt32: Only check revocation on a chain without other...
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-30  Juan Langcrypt32: Don't copy past end of buffer when removing...
2009-11-21  Juan Langcrypt32: Only match RDN attributes whose lengths are...
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  Ken Thomasescrypt32: Read trusted root certificates from system...
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: Only trace a usage match if it's not empty.
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: Fix a typo.
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-18  Juan Langcrypt32: Remove an unnecessary test for the extended...
2009-11-18  Juan Langcrypt32: Trace reasons for name constraint failure.
2009-11-18  Juan Langcrypt32: Only fail directory name comparison if a direc...
2009-11-18  Juan Langcrypt32: Don't apply directory name constraints to...
2009-11-18  Juan Langcrypt32: Accept a certificate if its name matches any...
2009-11-18  Juan Langcrypt32: Check email address in subject name against...
2009-11-18  Juan Langcrypt32: Apply name constraints to subject name.
2009-11-18  Juan Langcrypt32: Use helper function to compare a subject alter...
2009-11-18  Juan Langcrypt32: Only apply a name constraint if the name form...
2009-11-18  Juan Langcrypt32: Partially implement checking name constraints...
2009-11-18  Juan Langcrypt32: Use helper functions to match excluded and...
2009-11-18  Juan Langcrypt32: Let caller set error codes when name constrain...
2009-11-18  Juan Langcrypt32: Remove an unnecessary if.
2009-11-18  Juan Langcrypt32: Prohibit name constraints that contain neither...
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 stub for CertIsRDNAttrsInCertificateName.
2009-11-17  Juan Langcrypt32: Add more tests for CertCompareCertificateName.
2009-11-17  Juan Langcrypt32: Correctly match subdomains with dns name const...
2009-11-17  Juan Langcrypt32: If a hostname in a URI or rfc822 name constrai...
2009-11-17  Juan Langcrypt32: Only compare the hostname portion of a URL...
2009-11-17  Juan Langcrypt32: Include name constraints errors in the chain...
2009-11-17  Juan Langcrypt32: Trace method used to find an issuer.
2009-11-16  Juan Langcrypt32: Fix more test failures.
2009-11-16  Juan Langcrypt32: Update a comment.
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: Stop reading a serialized store if a non-conte...
2009-11-11  Juan Langcrypt32: Trace cert version.
2009-11-11  Juan Langcrypt32: Fix test failures across Windows versions.
2009-11-11  Juan Langcrypt32: Fix some test failures on older crypt32 versions.
next