crypt32: Make some data const.
[wine] / dlls / crypt32 / tests / cert.c
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...
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.