Various background processes must be launched detached from current console (if any).
[wine] / dlls / crypt32 / tests / cert.c
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.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-22  Juan Langcrypt32: Test CertCreateCertificateContext, and fix...
2011-02-17  Austin Englishcrypt32/tests: Make sure to use a return value (LLVM...
2011-02-10  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-01-31  Juan Langcrypt32/tests: Test some return values (clang).
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-02  Juan Langcrypt32: Correct AKI extension used in end certificate...
2009-11-21  Juan Langcrypt32/tests: Fix tests on Win9x/ME.
2009-11-20  Juan Langcrypt32: Add more tests for CertVerifyRevocation.
2009-11-18  Paul Vrienscrypt32/tests: Fix a test failure on older crypt32.
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-09  Marcus Meissnercrypt32: Pass the correct pointer into CertificateFindS...
2009-11-04  Juan Langcrypt32: Implement CryptGetIntendedKeyUsage.
2009-11-04  Juan Langcrypt32: Add tests for CertGetIntendedKeyUsage.
2009-10-20  Juan Langcrypt32: Implement CryptFindCertificateInStore for...
2009-10-20  Juan Langcrypt32: Test CertFindCertificateStore for finding...
2009-09-22  Ge van Geldorpcrypt32/tests: Fix cert test on Win7.
2009-06-24  Paul Vrienscrypt32/tests: Fix a test failure on Win9x.
2009-06-23  Paul Vrienscrypt32/tests: Fix some tests (logical || with non...
2009-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2009-02-13  Juan Langcrypt32: Fix some test failures on Windows 98.
2009-01-30  Juan Langcrypt32: Move test for duplicating a NULL cert to exist...
2009-01-29  Paul Vrienscrypt32: Fix CertDuplicateCertificateContext for a...
2009-01-12  Michael Stefaniuccrypt32/tests: Remove some superfluous pointer casts.
2009-01-05  Alexandre Julliardcrypt32/tests: Fix handle size in CERT_KEY_PROV_HANDLE_...
2008-10-17  Juan Langcrypt32: Don't check for no data to decode in CryptDeco...
2008-10-16  Juan Langcrypt32: Fix a test failure on Win98.
2008-10-13  Detlef Riekenbergcrypt32/tests: Fix a test on win9x.
2008-09-29  James Hawkinscrypt32: Fix several failing tests in win9x.
2008-09-03  James Hawkinscrypt32: Fix several failing tests in win9x.
2008-08-29  James Hawkinscrypt32: Fix a failing test in XP.
2008-08-19  Juan Langcrypt32: Implement CERT_SIGNATURE_HASH_PROP_ID.
2008-08-19  Juan Langcrypt32: Implement CryptHashToBeSigned.
2008-08-19  Juan Langcrypt32: Add tests for CryptHashToBeSigned.
2008-08-01  Paul Vrienscrypt32/tests: Use CryptAcquireContextA instead of...
2008-07-31  Paul Vrienscrypt32/tests: Don't crash on some win9x boxes.
2008-06-30  Michael Karchercrypt32: ComparePublicKeyInfo must ignore the leading...
2008-05-26  Michael Karchercrypt32: CertGetPublicKeyLength should check only cert...
2008-04-21  James Hawkinscrypt32: Remove tests for properties not present on...
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.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-11-02  Juan Langcrypt32: Fix a leak in the tests.
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-05  Juan Langcrypt32: Add tests for CertGetValidUsages.
2007-09-10  Juan Langcrypt32: Add more tests for getting issuer cert from...
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-10  Juan Langcrypt32: Use real certificates to test finding subject...
2007-08-08  Juan Langcrypt32: Test and correct finding a subject certificate.
2007-08-03  Juan Langcrypt32: Test and fix getting a certificate context...
2007-08-03  Juan Langcrypt32: Fix typo in key context property test, and...
2007-07-02  Juan Langcrypt32: Don't fail when CryptVerifyCertificateSignatur...
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-14  Mounir IDRASSIcrypt32: Fix crash in CertGetCertificateContextProperty...
2007-05-10  Mounir IDRASSIcrypt32: Correct the implementation of CertCreateSelfSi...
2007-01-15  Paul Vrienscrypt32/tests: Fix compilation for older gcc versions...
2007-01-12  Paul Vrienscrypt32/tests: Cast-qual warning fixes.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-10-03  Juan Langcrypt32: Implement CryptSignAndEncodeCertificate.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-09-28  Juan Langcrypt32: Implement CertGetPublicKeyLength.
2006-09-26  Juan Langcrypt32: Reduce indent level of tests.
2006-09-21  Juan Langcrypt32: Test exporting key acquired through CryptAcqui...
2006-07-29  Juan Langcrypt32: Implement CryptHashPublicKeyInfo.
2006-07-12  Juan Langcrypt32: Implement CryptAcquireCertificatePrivateKey.
2006-07-11  Juan Langcrypt32: Implement key context property, with tests.
2006-06-20  Juan Langcrypt32: Rearrange functions a bit.
2006-06-13  Alexandre Julliardcrypt32/tests: Don't use sizeof in ok() to avoid printf...
2006-06-01  Andrew Talbotcrypt32/tests: Write-strings warning fix.
2006-05-26  Juan Langcrypt32: Implement CertVerifyCRLTimeValidity and partia...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Juan Langcrypt32: Implement CertCompare functions, with tests.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-04-06  Juan Langcrypt32: Implement CertCreateSelfSignCertificate, with...
2006-02-18  Juan Langcrypt32: Implement enhanced key usage.
2006-02-17  Juan Langcrypt32: Move certificate store functions to their...
2006-02-16  Juan Langcrypt32: Simplify CertOpenSystemStore, fix CertDuplicat...
2005-12-17  Juan Langcrypt32: Implement more implicit properties, with tests.
2005-11-23  Juan LangFix some memory leaks.
2005-11-14  Saulius KrasuckasDon't call missing API function.
2005-11-08  Saulius KrasuckasMake Crypt32 tests loadable on Win98.
2005-10-31  Juan LangImplement CertSignSignature and CertVerifySignature...
2005-09-12  Juan LangWhen decoding a signed cert, make sure it's really...
next