crypt32: Implement decoding OID and directory name alt name entries.
[wine] / dlls / crypt32 / store.c
2007-07-30  Juan Langcrypt32: Implement message stores.
2007-06-04  Stefan Leichtercrypt32: Replace CRYPT_RecurseDeleteKey with RegDeleteT...
2007-05-29  Juan Langcrypt32: Remove wrong test and parameter check.
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
2007-05-11  Francois Gougetcrypt32: Add missing '\n' in FIXME() call.
2007-05-09  Juan Langcrypt32: Implement CertEnumSystemStore.
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2007-03-12  Jan Zerebeckicrypt32: Add DebugInfo to critical sections.
2006-12-14  Dmitry Timoshkovcrypt32: Make some data const.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-10-03  Marcus Meissnercrypt32: Include wine/port.h for strcasecmp.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-12  Juan Langcrypt32: Add stubs for some stores.
2006-06-13  Alexandre Julliardcrypt32: Use unsigned int instead of size_t to avoid...
2006-05-26  Juan Langcrypt32: Combine redundant code.
2006-05-26  Juan Langcrypt32: Implement CertSerializeCRLStoreElement.
2006-05-25  Juan Langcrypt32: Add support for CRLs.
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: Support CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PRO...
2006-05-16  Juan Langcrypt32: Use the caller-supplied encoding type when...
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-10  Juan Langcrypt32: Partially implement CertGetIssuerCertificateFr...
2006-04-06  Juan Langcrypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID...
2006-03-30  Juan Langcrypt32: Fix certificate adding
2006-03-17  Juan Langcrypt32: Implement CertGetSubjectCertificateFromStore.
2006-03-13  Juan Langcrypt32: Abstract contexts.
2006-03-10  Juan Langcrypt32: Move context properties to a separate file.
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  Juan Langcrypt32: Use CertFindCertificateInStore to simplify...
2006-03-01  Juan Langcrypt32: Eliminate an unnecessary function pointer...
2006-02-28  Eric Pouechcrypt32: Don't access a blob after freeing it.
2006-02-24  Juan Langcrypt32: Use public functions during serialization...
2006-02-23  Juan Langcrypt32: Implement CertFindCertificateInStore, with...
2006-02-17  Juan Langcrypt32: Move certificate store functions to their...