mshtml: Don't crash in QueryInterface if uri is NULL.
[wine] / dlls / crypt32 / tests / store.c
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...