netstat: Initial implementation.
[wine] / dlls / crypt32 / tests /
2012-11-27  Detlef Riekenbergcrypt32/tests: Fix failures on win7 and above.
2012-11-02  Juan LangRevert "crypt32: Correct CryptVerifyMessageSignature...
2012-09-25  André Hentschelcrypt32/tests: Improve test output.
2012-06-15  Francois Gougetcrypt32/tests: Get rid of unneeded function typedefs.
2012-05-31  Juan Langcrypt32: Initialize key spec correctly.
2012-05-31  Juan Langcrypt32/tests: Add more tests for CertCreateSelfSignCer...
2012-05-31  Juan Langcrypt32: Don't fail if HCRYPTPROV and PCRYPT_KEY_PROV_I...
2012-05-31  Juan Langcrypt32/tests: Add more tests of CertCreateSelfSignCert...
2012-05-31  Juan Langcrypt32/tests: Don't shadow a variable with a variable...
2012-02-13  Juan Langcrypt32/tests: Fix test failures on older NT4.
2012-02-02  Juan Langcrypt32: Test and correct CryptVerifyCertificateSignature.
2012-01-31  Austin Englishcrypt32: Remove a couple unused variables (LLVM/Clang).
2012-01-30  Erich Hoovercrypt32: Fix domain component length check.
2011-11-22  Alexander Morozovcrypt32: Initialize a pointer for dynamic data.
2011-11-22  Alexander Morozovcrypt32/tests: Add some tests for CryptDecodeObjectEx...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-22  Juan Langcrypt32: Test CertCreateCertificateContext, and fix...
2011-09-09  André Hentschelcrypt32/tests: Remove dead assignment (clang).
2011-09-09  Juan Langcrypt32: Test/correct CertGetNameString with NULL pvTyp...
2011-05-22  Alexandre Julliardcrypt32/tests: Get rid of the iTunes chain that no...
2011-04-25  Andrew Bogottcrypt32/tests: Demonstrate that CryptStringToBinary...
2011-04-19  Christian Incicrypt32: Fix CertStrToName's CERT_NAME_STR_NO_QUOTING_F...
2011-04-11  Christian Incicrypt32: Fix a string test.
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-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-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-19  Juan Langcrypt32: Ensure that chain validity time is initialized...
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-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-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-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-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-19  Juan Langcrypt32/tests: Add more tests of the authenticode policy.
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-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...
2010-10-01  Alexandre Julliardcrypt32/tests: Make some variables static.
2010-09-30  Juan Langcrypt32: Honor more SECURITY_FLAG_IGNORE flags when...
2010-09-30  Juan Langcrypt32/tests: Test more SECURITY_FLAG_IGNORE flags...
2010-09-22  Alexander Morozovcrypt32/tests: Add a test for CryptEncryptMessage.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-16  Alexander Morozovcrypt32: Initialize HashEncryptionAlgorithm.
2010-09-16  Alexander Morozovcrypt32: Implement CryptSignMessage.
2010-09-15  Alexander Morozovcrypt32/tests: Add a test for CryptSignMessage.
2010-08-23  Juan Langcrypt32: Correct CryptVerifyMessageSignature's use...
next