crypt32: Check a pointer before dereferencing it (Coverity).
[wine] / dlls / crypt32 / cert.c
2006-07-11  Juan Langcrypt32: Implement key context property, with tests.
2006-07-10  Juan Langcrypt32: Implement revocation check in CertVerifySubjec...
2006-06-20  Juan Langcrypt32: Simplify certificate creation.
2006-05-31  Andrew Talbotcrypt32: Write-strings warning fix.
2006-05-26  Juan Langcrypt32: Implement CertVerifyCRLTimeValidity and partia...
2006-05-25  Juan Langcrypt32: Use public functions when finding certificates.
2006-05-25  Juan Langcrypt32: Move cert functions that don't depend on the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Juan Langcrypt32: Move CertFindCertificateInStore and related...
2006-05-16  Juan Langcrypt32: Implement CertCompare functions, with tests.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-10  Juan Langcrypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT...
2006-04-13  Alexandre Julliardcrypt32: Avoid crash on NULL pointer in trace.
2006-04-11  Juan Langcrypt32: Fix a typo caught by coverity.
2006-04-06  Juan Langcrypt32: Implement CertCreateSelfSignCertificate, with...
2006-03-08  Juan Langcrypt32: Implement CertGetValidUsages.
2006-02-22  Juan Langcrypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
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...
2006-02-16  Juan Langcrypt32: Fix system stores and a memory leak.
2006-02-15  Juan Langcrypt32: Rename a variable for clarity.
2006-02-10  Juan Langcrypt32: Move break statement to the correct spot.
2006-02-09  Juan Langcrypt32: Fix up decoding.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-02-02  Juan Langcrypt32: Support external providers.
2005-12-17  Juan Langcrypt32: Implement more implicit properties, with tests.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-02  Juan LangImplement more OID support functions.
2005-11-30  Stefan LeichterAdded stub for CryptVerifyMessageSignature.
2005-11-28  Juan LangFix parameter count on some stubs (thanks to Marcus...
2005-11-23  Juan LangFix some memory leaks.
2005-10-31  Juan LangImplement CertSignSignature and CertVerifySignature...
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