crypt32/tests: Always compare serialized stores in memory.
[wine] / dlls / crypt32 / tests / store.c
2010-05-26  Juan Langcrypt32/tests: Always compare serialized stores in...
2010-05-26  Juan Langcrypt32/tests: Test an otherwise unused return value.
2010-05-26  Juan Langcrypt32/tests: Improve granularity of testing a store...
2010-05-17  Juan Langcrypt32: Implement CertAddCertificateLinkToStore on...
2010-05-17  Juan Langcrypt32: Prohibit adding links to collection stores.
2010-05-17  Juan Langcrypt32/tests: Test CertAddCertificateLinkToStore.
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-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2009-01-21  Michael Stefaniuccrypt32/tests: Remove superfluous pointer casts.
2008-12-20  Juan Langcrypt32: Don't restrict file stores to binary-encoded...
2008-09-15  Paul Vrienscrypt32/tests: Don't crash on NT4.
2008-09-03  James Hawkinscrypt32: Fix a few test failures in win9x.
2008-02-15  Francois GougetAssorted spelling fixes.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-10-19  Juan Langcrypt32: Implement I_CertUpdateStore.
2007-10-19  Juan Langcrypt32: Add tests for I_CertUpdateStore.
2007-10-01  Juan Langcrypt32: Implement opening file name stores from files...
2007-07-30  Juan Langcrypt32: Implement message stores.
2007-07-30  Juan Langcrypt32: Add tests for message stores.
2007-07-02  Juan Langcrypt32: Accept ERROR_INVALID_PARAMETER in addition...
2007-07-02  Juan Langcrypt32: Accept ERROR_BADKEY in addition to ERROR_INVAL...
2007-07-02  Juan Langcrypt32: Accept OSS errors as well.
2007-05-29  Juan Langcrypt32: Remove wrong test and parameter check.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
2007-05-09  Juan Langcrypt32: Implement CertEnumSystemStore.
2006-12-08  Andrew Talbotcrypt32/tests: Cast-qual warnings fix.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-07-26  Alexandre Julliardcrypt32/tests: Clean up temp files.
2006-07-26  Juan Langcrypt32: Implement file stores.
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-05-25  Juan Langcrypt32: Add support for CRLs.
2006-05-25  Juan Langcrypt32: Add one more test of CertAddEncodedCertificate...
2006-05-24  Juan Langcrypt32: Test and fix a couple CertAddCertificateContex...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Juan Langcrypt32: Add more tests for adding certs to a store.
2006-05-16  Juan Langcrypt32: Avoid a use-after-free bug in tests.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-10  Juan Langcrypt32: Partially implement CertGetIssuerCertificateFr...
2006-03-30  Juan Langcrypt32: Fix certificate adding
2006-03-18  Mike McCormackcrypt32: Fix a warning.
2006-03-17  Juan Langcrypt32: Implement CertGetSubjectCertificateFromStore.
2006-03-16  Juan Langcrypt32: Tighten CertDuplicateCertificateContext test.
2006-02-23  Juan Langcrypt32: Implement CertFindCertificateInStore, with...
2006-02-22  Juan Langcrypt32: Tidy up tests.
2006-02-17  Juan Langcrypt32: Move certificate store functions to their...