mshtml: Don't crash in QueryInterface if uri is NULL.
[wine] / dlls / crypt32 /
2006-08-09  Juan Langcrypt32: Trace key type in CryptFindOIDInfo.
2006-08-02  Juan Langcrypt32: Support more types in CertRDNToStr.
2006-07-29  Juan Langcrypt32: Implement CryptHashPublicKeyInfo.
2006-07-28  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-27  Juan Langcrypt32: Implement CryptStrToNameA/W, with tests.
2006-07-27  Juan Langcrypt32: Implement X509_UNICODE_NAME encoding/decoding.
2006-07-26  Alexandre Julliardcrypt32/tests: Clean up temp files.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-20  Juan Langcrypt32: Implement more string types for X509_NAME_VALUE.
2006-07-20  Juan Langcrypt32: Correct handling of empty output buffer in...
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-19  Stefan Leichtercrypt32: Make tests loadable on NT4.
2006-07-19  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-19  Juan Langcrypt32: Don't return from a try block.
2006-07-18  Juan Langcrypt32: Output x.500 strings from CertNameToStrA/W.
2006-07-18  Juan Langcrypt32: Fix reading key prov info from serialized...
2006-07-18  Juan Langcrypt32: Always set required encoded length in CryptEnc...
2006-07-14  Juan Langcrypt32: Correct self-signed cert creation.
2006-07-12  Juan Langcrypt32: Add stubs for some stores.
2006-07-12  Juan Langcrypt32: Forward CreateFileU to CreateFileW.
2006-07-12  Juan Langcrypt32: Implement CryptAcquireCertificatePrivateKey.
2006-07-11  Juan Langcrypt32: Check a pointer before dereferencing it (Cover...
2006-07-11  Juan Langcrypt32: Implement key context property, with tests.
2006-07-11  Andrew Talbotcrypt32/tests: Write-strings warnings test.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Juan Langcrypt32: Implement revocation check in CertVerifySubjec...
2006-07-05  Dmitry TimoshkovAvoid non-portable WCHAR[] constructs.
2006-06-26  Francois Gougetcrypt32: Fix compilation with gcc 2.95.
2006-06-22  Juan Langcrypt32: Implement CertGetCRLFromStore.
2006-06-21  Juan Langcrypt32: Implement some CRL verification functions.
2006-06-21  Juan Langwincrypt.h: Add more definitions and prototypes.
2006-06-20  Juan Langcrypt32: Rearrange functions a bit.
2006-06-20  Juan Langcrypt32: Encode/decode CRL issuing dist points.
2006-06-20  Juan Langcrypt32: Simplify CRL creation.
2006-06-20  Juan Langcrypt32: Simplify certificate creation.
2006-06-19  Juan Langcrypt32: Fix decoding signed certs and CRLs.
2006-06-16  Juan Langcrypt32: Correct CRL tests, and fix CRL encoding/decodi...
2006-06-14  Mike McCormackcrypt32: Fix a cast for Win64.
2006-06-13  Alexandre Julliardcrypt32: Use unsigned int instead of size_t to avoid...
2006-06-13  Alexandre Julliardcrypt32/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Alexandre Julliardcrypt32/tests: Use lstrlenA instead of strlen in ok...
2006-06-12  Alexandre Julliardcrypt32: Make some variables static and/or const.
2006-06-07  Andrew Talbotcrypt32: Write-strings warning fix.
2006-06-03  Juan Langcrypt32: Implement X509_NAME_VALUE encoding/decoding.
2006-06-02  Juan Langcrypt32: Add name value tests.
2006-06-02  Juan Langcrypt32: Remove exception handling from internal decodi...
2006-06-02  Juan Langcrypt32: Add a couple CRL encoding tests, one that...
2006-06-02  Juan Langcrypt32: Make base64 tests loadable on win9x.
2006-06-01  Andrew Talbotcrypt32/tests: Write-strings warning fix.
2006-05-31  Juan Langcrypt32: Implement CryptBinaryToStringA and CryptString...
2006-05-31  Andrew Talbotcrypt32: Write-strings warning fix.
2006-05-26  Juan Langcrypt32: Implement CertVerifyCRLTimeValidity and partia...
2006-05-26  Juan Langcrypt32: Combine redundant code.
2006-05-26  Alexandre JulliardFixed a couple of instances of the old FSF address...
2006-05-26  Juan Langcrypt32: Implement CertSerializeCRLStoreElement.
2006-05-25  Juan Langcrypt32: Add support for CRLs.
2006-05-25  Juan Langcrypt32: Use public functions when finding certificates.
2006-05-25  Mike McCormackcrypt32: Fix a integer to pointer cast.
2006-05-25  Juan Langcrypt32: Add one more test of CertAddEncodedCertificate...
2006-05-25  Juan Langcrypt32: Move cert functions that don't depend on the...
2006-05-24  Juan Langcrypt32: Test and fix a couple CertAddCertificateContex...
2006-05-23  Juan Langcrypt32: Abstract contexts.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Juan Langcrypt32: Move CertFindCertificateInStore and related...
2006-05-20  Juan Langcrypt32: Move context interface definition to common...
2006-05-18  Juan Langcrypt32: Add stubs for CertDuplicateCRLContext and...
2006-05-17  Juan Langcrypt32: Get rid of CRYPT_CreateCertificateContext...
2006-05-16  Juan Langcrypt32: Split the unwieldy encode.c into two files.
2006-05-16  Juan Langcrypt32: Support CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PRO...
2006-05-16  Juan Langcrypt32: Use the caller-supplied encoding type when...
2006-05-16  Juan Langcrypt32: Add more tests for adding certs to a store.
2006-05-16  Juan Langcrypt32: Implement CertCompare functions, with tests.
2006-05-16  Juan Langcrypt32: Test importing public keys from a certificate.
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-05-10  Juan Langcrypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT...
2006-05-09  Juan Langcrypt32: Simplify OID decoding
2006-04-13  Alexandre Julliardcrypt32: Fixed day/month mismatch in time encoding...
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-04-06  Juan Langcrypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID...
2006-03-30  Juan Langcrypt32: Tiny fixes.
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-03-13  Juan Langcrypt32: Abstract contexts.
2006-03-10  Juan Langcrypt32: Move context properties to a separate file.
2006-03-08  Juan Langcrypt32: Implement CertGetValidUsages.
2006-03-07  Juan Langcrypt32: Simplify stores.
2006-03-04  Juan Langcrypt32: Move serialization functions to serialize.c.
2006-03-03  Juan Langcrypt32: Implement CertDuplicateStore.
2006-03-01  Jeremy Whitecrypt32: More gcc 2.95 adjustments.
2006-03-01  Juan Langcrypt32: Use CertFindCertificateInStore to simplify...
next