jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / crypt32 / crypt32_private.h
2011-04-25  Marcus Meissnercrypt32: Mark internal symbols as hidden visibility.
2010-12-16  Alexander Morozovcrypt32: Implement decoding enveloped messages.
2010-12-02  Alexander Morozovcrypt32: Implement getting content of an enveloped...
2010-08-16  Andrew Talbotcrypt32: Constify some variables.
2010-01-29  Michael Stefaniuccrypt32: Avoid using HIWORD() on a string pointer.
2009-11-04  Juan Langcrypt32: Rename a function to reflect its behavior...
2009-11-04  Juan Langcrypt32: Add return value to Context_Release to allow...
2009-11-03  Juan Langcrypt32: Support reading a serialized store object...
2009-10-29  Juan Langcrypt32: Correct a prototype.
2009-10-21  Juan Langcrypt32: Use helper function to encode public keys...
2009-06-15  Andrew Talbotcrypt32: Constify some variables.
2008-12-19  Juan Langcrypt32: Make a function static.
2008-11-17  Juan Langcrypt32: Add a function to format a CERT_NAME_BLOB...
2008-11-07  Michael Stefaniuccrypt32: Fix the aligning up to a DWORD_PTR boundary.
2008-11-07  Juan Langcrypt32: Make a global copy of crypt32's HINSTANCE.
2008-09-02  Juan Langcrypt32: Add CTLs to the memory store.
2008-08-21  Juan Langcrypt32: Use CMS messages rather than PKCS messages...
2008-01-02  Alexandre Julliardcrypt32: Avoid casting away const from the context...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-19  Juan Langcrypt32: Free root store when quitting.
2007-10-19  Juan Langcrypt32: Use I_CertUpdateStore in registry stores.
2007-10-19  Juan Langcrypt32: Use I_CertUpdateStore in file stores.
2007-09-28  Juan Langcrypt32: Move CertSaveStore to serialize.c.
2007-09-28  Juan Langcrypt32: Add a function to serialize a store to an...
2007-09-28  Juan Langcrypt32: Rename a couple of functions.
2007-09-11  Juan Langcrypt32: Add a root store implementation that reads...
2007-09-11  Juan Langcrypt32: Add a function to create a certificate chain...
2007-08-20  Juan Langcrypt32: Don't store the crypto provider when it isn...
2007-08-17  Juan Langcrypt32: Move file store to a separate file.
2007-08-17  Juan Langcrypt32: Move registry stores to a separate file.
2007-08-17  Juan Langcrypt32: Move provider stores to a separate file.
2007-08-17  Juan Langcrypt32: Move collection stores to a separate file.
2007-08-17  Juan Langcrypt32: Move cert store definitions to header.
2007-08-16  Juan Langcrypt32: Free default chain engine.
2007-07-31  Juan Langcrypt32: Get rid of attribute certs from signed info...
2007-07-26  Juan Langcrypt32: Partially implement decoding of signed messages.
2007-07-24  Juan Langcrypt32: Partially implement encoding signed messages.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Move digested data encoding to encode.c.
2007-07-13  Juan Langcrypt32: Implement retrieving a hashed message's content.
2007-07-13  Juan Langcrypt32: Make some encoding functions available outside...
2007-07-10  Juan Langcrypt32: Implement CryptSIPLoad.
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-18  Juan Langcrypt32: Fix reading key prov info from serialized...
2006-06-13  Alexandre Julliardcrypt32: Use unsigned int instead of size_t to avoid...
2006-06-03  Juan Langcrypt32: Implement X509_NAME_VALUE encoding/decoding.
2006-05-26  Juan Langcrypt32: Combine redundant code.
2006-05-26  Juan Langcrypt32: Implement CertSerializeCRLStoreElement.
2006-05-25  Juan Langcrypt32: Move cert functions that don't depend on the...
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 context interface definition to common...
2006-05-16  Juan Langcrypt32: Split the unwieldy encode.c into two files.
2006-03-10  Juan Langcrypt32: Move context properties to a separate file.
2006-03-04  Juan Langcrypt32: Move serialization functions to serialize.c.
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2005-12-02  Juan LangImplement more OID support functions.
2005-08-25  Juan LangImplemented CryptHashCertificate.