jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / crypt32 / oid.c
2012-11-20  Andrew Talbotcrypt32: Remove unused variables.
2012-08-13  Michael Stefaniuccrypt32: Avoid TRUE:FALSE conditional expressions.
2012-01-18  Francois Gougetcrypt32: Remove some strings that don't need to be...
2011-11-16  Francois Gougetcrypt32: Delete the oid and sip static critical section...
2011-11-15  Francois Gougetcrypt32: Move a couple of functions to avoid forward...
2011-09-20  Francois Gougetcrypt32: Fix printing NULL strings.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2010-03-16  Juan Langcrypt32: Add constants to support SHA-256, SHA-384...
2010-01-29  Michael Stefaniuccrypt32: Avoid using HIWORD() on a string pointer.
2009-11-30  Juan Langcrypt32: Don't copy past end of buffer when removing...
2009-11-05  Juan Langcrypt32: Don't copy past end of buffer when removing...
2009-07-06  Aurimas Fišerascrypt32: Add "Disallowed" to CryptFindLocalizedName.
2009-06-24  Anders Jonssoncrypt32: Add CryptRegisterOIDInfo stub.
2009-06-03  Michael Stefaniuccrypt32: Replace long with a better type.
2009-01-28  Michael Stefaniuccrypt32: Remove remaining superfluous pointer casts.
2009-01-21  Juan Langcrypt32: Add a localized name for the TrustedPublisher...
2008-11-07  Juan Langcrypt32: Make a global copy of crypt32's HINSTANCE.
2008-09-24  Andrew Talbotcrypt32: Sign-compare warnings fix.
2008-04-15  Andrew Talbotcrypt32: Remove unused variables.
2008-03-11  Christopher Berneruser32: Make LoadStringW pass tests.
2008-01-08  Alexander Nicolays... crypt32: Implement CryptFindLocalizedName.
2007-10-19  Juan Langcrypt32: Free memory on an error path.
2007-10-18  Juan Langcrypt32: Always return an empty list on failure from...
2007-10-18  Juan Langcrypt32: Don't abort early if encoding type is 0 for...
2007-10-18  Juan Langcrypt32: Don't crash logging numeric function names.
2007-10-18  Juan Langcrypt32: Implement CryptGetDefaultOIDFunctionAddress.
2007-10-18  Juan Langcrypt32: Use a structure to hold function address handle.
2007-10-16  Bang Jun-youngcrypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
2007-08-10  Juan Langcrypt32: Correct loading OID functions from the registry.
2007-05-25  Juan Langcrypt32: Statically initialize static lists and critica...
2007-05-14  Mounir IDRASSIcrypt32: Stub implementation of CryptFindLocalizedName.
2007-03-12  Jan Zerebeckicrypt32: Add DebugInfo to critical sections.
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-27  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-10-03  Marcus Meissnercrypt32: Include wine/port.h for strcasecmp.
2006-09-08  Paul Vrienscrypt32: Don't crash when tracing is on and a numeric...
2006-09-08  Paul Vrienscrypt32: Add some documentation.
2006-09-07  Paul Vrienscrypt32: Set last error on registry errors.
2006-08-22  Juan Langcrypt32: Fix a misplaced parenthesis.
2006-08-10  Juan Langcrypt32: Implement CryptRegisterDefaultOIDFunction...
2006-08-09  Juan Langcrypt32: Trace key type in CryptFindOIDInfo.
2006-06-14  Mike McCormackcrypt32: Fix a cast for Win64.
2006-06-12  Alexandre Julliardcrypt32: Make some variables static and/or const.
2006-05-25  Mike McCormackcrypt32: Fix a integer to pointer cast.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-02-28  Eric Pouechcrypt32: Don't access a blob after freeing it.
2006-02-28  Juan Langcrypt32: Correct compile problem on gcc 2.95.
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2006-02-23  Juan Langcrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
2006-02-22  Juan Langcrypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
2006-02-03  Juan Langcrypt32: Add stub for CryptEnumOIDInfo.
2005-12-02  Juan LangImplement more OID support functions.