wininet: Support the Cache-Control max-age directive for setting url cache entry...
[wine] / dlls / crypt32 /
2011-02-28  Austin Englishcrypt32/tests: Remove win9x hacks.
2011-02-17  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-17  Austin Englishcrypt32/tests: Make sure to use a return value (LLVM...
2011-02-17  Austin Englishcrypt32/tests: Remove a dead initialization (LLVM/Clang).
2011-02-17  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-17  Juan Langcrypt32/tests: Test return value (clang).
2011-02-17  Juan Langcrypt32/tests: Test a return value (clang).
2011-02-17  Juan Langcrypt32/tests: Remove an unused assignment (clang).
2011-02-16  Juan Langcrypt32: Don't assign a count value unless memory alloc...
2011-02-16  Juan Langcrypt32: Don't assume a function succeeded (clang).
2011-02-16  Juan Langcrypt32: Fix return value in error cases (clang).
2011-02-16  Juan Langcrypt32: Fix return value (clang).
2011-02-11  Juan Langcrypt32: Don't attempt to find the length of a NULL...
2011-02-11  Austin Englishcrypt32/tests: Make sure to use a return value (LLVM...
2011-02-11  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-11  Austin Englishcrypt32/tests: Don't check return values inside of...
2011-02-11  Austin Englishcrypt32/tests: Make sure to use a return value (LLVM...
2011-02-11  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-11  Juan Langcrypt32: Allow updating data messages with no content.
2011-02-11  Juan Langcrypt32/tests: In more recent Windows versions, updatin...
2011-02-11  Juan Langcrypt32/tests: Update a CryptMsgUpdate call to succeed...
2011-02-10  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-09  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-08  Joris Huizercrypt32: Remove helper variable i (Clang).
2011-02-07  Austin Englishcrypt32/tests: Make sure to use return value (LLVM...
2011-02-02  Juan Langcrypt32: Fix string quoting in CertRDNValueToStrA/W...
2011-02-02  Juan Langcrypt32/tests: Test CertNameToStr's quoting behavior...
2011-02-02  Juan Langcrypt32/tests: Add tests that show that CertRDNValueToS...
2011-01-31  Juan Langcrypt32/tests: Don't assign a return value that's never...
2011-01-31  Juan Langcrypt32/tests: Remove dead assignments (clang).
2011-01-31  Juan Langcrypt32/tests: Test some return values (clang).
2011-01-31  Juan Langcrypt32/tests: Test return value rather than output...
2011-01-20  Juan Langcrypt32: Ensure temporary string is NULL-terminated...
2011-01-20  Juan Langcrypt32: Simplify a function.
2011-01-19  Juan Langcrypt32: Ensure that chain validity time is initialized...
2011-01-19  Juan Langcrypt32: Remove no-ops.
2011-01-19  Juan Langcrypt32: Fix memory leaks when encoding fails.
2011-01-19  Juan Langcrypt32: Fix memory leaks when decoding fails (valgrind).
2011-01-18  Juan Langcrypt32: Fix memory leak (Valgrind).
2011-01-17  Juan Langcrypt32: Add stub for CertRegisterPhysicalStore.
2011-01-06  Alexandre Julliardcrypt32: Convert translations to po files.
2011-01-03  Marcus Meissnercrypt32: Handle NULL ptr leak in CryptDecodeObjectEx...
2010-12-31  Marcus Meissnercrypt32: NULL ptr could leak into function (Coverity).
2010-12-29  Michael Stefaniuccrypt32: Don't open code CONTAINING_RECORD().
2010-12-20  Hwang YunSongcrypt32: Update Korean resource.
2010-12-17  Juan Langcrypt32: Accept any matching CN when checking a certifi...
2010-12-16  Alexander Morozovcrypt32: Implement getting content and some parameters...
2010-12-16  Alexander Morozovcrypt32: Implement decoding enveloped messages.
2010-12-09  Alexandre Julliardcrypt32: Use allocation function with the correct proto...
2010-12-08  Alexander Morozovcrypt32: Implement CryptEncryptMessage.
2010-12-02  Alexander Morozovcrypt32: Implement getting content of an enveloped...
2010-12-02  Alexander Morozovcrypt32: Implement updating enveloped messages.
2010-12-02  Alexander Morozovcrypt32: Save some info needed for creating enveloped...
2010-12-01  Alexander Morozovcrypt32: Add a stub enveloped message implementation.
2010-11-25  Alexander Morozovcrypt32/tests: Fix test failures on some Win95 and...
2010-11-25  Alexander Morozovcrypt32/tests: Skip more tests.
2010-11-24  Alexander Morozovcrypt32/tests: Use pCryptAcquireContextA.
2010-11-24  Alexander Morozovcrypt32/tests: Fix test failures on WinME and some...
2010-11-24  Alexander Morozovcrypt32/tests: Do not crash on some Win98.
2010-11-17  Juan Langcrypt32: Add CertFindChainInStore stub.
2010-11-03  Alexander Morozovcrypt32/tests: Add tests for CMSG_RECIPIENT_COUNT_PARAM...
2010-11-03  Detlef Riekenbergcrypt32/test: When using dynamic binding for functions...
2010-11-03  Detlef Riekenbergcrypt32/tests: CertAddCertificateLinkToStore is not...
2010-11-02  Alexander Morozovcrypt32/tests: Add tests for decoding enveloped messages.
2010-11-01  Alexander Morozovcrypt32/tests: Add tests for enveloped messages.
2010-10-25  Juan Langcrypt32: Check revocation status of chain element-by...
2010-10-25  Juan Langcrypt32: Pass additional store to CertVerifyRevocation.
2010-10-21  Juan Langcrypt32/tests: Fix test failures on Win98/NT4.
2010-10-20  Juan Langcrypt32: Implement CertRDNValueToStr for UTF8 strings.
2010-10-20  Juan Langcrypt32: The newline character must also be quoted.
2010-10-20  Juan Langcrypt32: Correct Unicode quoting of BMP strings.
2010-10-20  Juan Langcrypt32/tests: Show expected values in ok output.
2010-10-20  Juan Langcrypt32/tests: Test more Unicode encoded string to...
2010-10-20  Juan Langcrypt32: Remove unneeded comments.
2010-10-19  Juan Langcrypt32/tests: Add more tests of the authenticode policy.
2010-10-19  Juan Langcrypt32: Trace certificate chain verification parameters.
2010-10-19  Juan Langcrypt32: Remove broken UTF-8 string decoding support.
2010-10-19  Juan Langcrypt32: Implement quoting of BMP strings.
2010-10-19  Juan Langcrypt32: Implement quoting of simple string types.
2010-10-19  Juan Langcrypt32: Test more encoded string to string conversions.
2010-10-19  Juan Langcrypt32: Test encoding more quoted strings.
2010-10-18  Anders Jonssoncrypt32: Update Swedish translation.
2010-10-15  Trygve Veacrypt32: Updated Norwegian translation.
2010-10-15  Akihiro Sagawacrypt32: Add Japanese translation.
2010-10-15  Juan Langcrypt32: Trace time value in addition to address of...
2010-10-15  Juan Langcrypt32: Use A functions for debug string that's only...
2010-10-08  Andrew Nguyencrypt32: Avoid relying on PATH_MAX in import_certs_from...
2010-10-06  Juan Langcrypt32/tests: Test OpenSSL chain separately to address...
2010-10-06  Juan Langcrypt32/tests: Fix another test failure on Win98.
2010-10-06  Juan Langcrypt32/tests: Add name to test to help identify test...
2010-10-06  Juan Langcrypt32/tests: Fix more Win9x failures.
2010-10-06  Juan Langcrypt32/tests: Fix test failures on NT4/Win9x.
2010-10-06  Juan Langcrypt32: Set correct error when encountering unsupporte...
2010-10-06  Juan Langcrypt32/tests: Add macros to declare tests.
2010-10-06  Juan Langcrypt32/tests: Add name to test to help identify test...
2010-10-06  Juan Langcrypt32: Set CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT...
2010-10-06  Juan Langcrypt32/tests: Test the base and SSL policies against...
2010-10-06  Juan Langcrypt32/tests: Test invalid critical extension in inter...
2010-10-06  Juan Langcrypt32: Improve error checking for the base policy.
2010-10-06  Juan Langcrypt32/tests: Add more tests of verifying the base...
next