Use CryptMem functions for internal memory allocation.
[wine] / dlls / crypt32 / cert.c
2005-10-28  Juan LangUse CryptMem functions for internal memory allocation.
2005-09-15  Stefan LeichterAdded stubs for CryptInitOIDFunctionSet and
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  Alexandre JulliardAvoid a couple of 'clobbered by longjmp' warnings.
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-26  Juan LangAdded a bunch of stubs.
2005-08-25  Juan LangImplemented CryptHashCertificate.
2005-07-07  Juan LangImplement a few utility functions, with tests.
2005-06-03  Juan LangGet rid of a magic number, and improve stubs of
2004-11-10  Mike McCormackImprove the CertStore code a little.
2004-08-26  Stefan LeichterAdded missing line break.
2004-08-09  Stefan LeichterAdded stub for CertFindCertificateInStore.
2004-03-01  Juan Lang- correct some prototypes, add some defines