wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / crypt32 / oid.c
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.