crypt32: Add one more test of CertAddEncodedCertificateToStore.
[wine] / dlls / crypt32 / tests / cert.c
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...
2005-09-09  Juan Lang- call CertFreeCertificateContext from CertDeleteCertif...
2005-09-08  Juan Lang- implement system stores
2005-09-08  Juan LangImplement system registry stores.
2005-09-07  Juan LangImplement registry stores.
2005-09-03  Juan LangCorrect a test that incorrectly showed signed certs...
2005-09-02  Juan LangImplement CertAddSerializedElementToStore.
2005-08-30  Juan LangImplement collection stores.
2005-08-29  Juan LangImplemented memory cert stores.
2005-08-25  Juan LangImplemented CryptHashCertificate.