crypt32/tests: Add a trailing '\n' to ok() calls.
[wine] / dlls / crypt32 / tests / oid.c
2009-08-27  Juan Langcrypt32: Fix a test failure on Windows 7.
2009-06-03  Michael Stefaniuccrypt32: Replace long with a better type.
2009-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2009-02-13  Juan Langcrypt32: Removed unneeded strcmp.
2009-02-12  Juan Langcrypt32: Fix a couple test failures on some Windows...
2009-02-12  Juan Langcrypt32: Support an alternate OID in order to fix a...
2008-09-11  James Hawkinscrypt32: Fix a failing test in Vista.
2008-08-29  James Hawkinscrypt32: Fix a failing test in Vista.
2008-05-08  Paul Vrienscrypt32/tests: Cleanup registry after tests.
2008-04-11  James Hawkinscrypt32: Fix a few tests that fail in win2k.
2008-02-11  Paul Vrienscrypt32/tests: Skip test if we don't have enough rights.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-10-18  Juan Langcrypt32: Add basic tests for CryptGetDefaultOIDFunction...
2007-06-13  Paul Vrienscrypt32/tests: Skip tests if we don't have enough rights.
2007-04-24  Paul Vrienscrypt32/tests: Use A-version for registry functions.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-09-07  Andrew Talbotcrypt32/tests: Cast-qual warning fix.
2006-08-16  Andrew Talbotcrypt32/tests: Write-strings warning fix.
2006-08-10  Juan Langcrypt32: Implement CryptRegisterDefaultOIDFunction...
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-03-01  Jeremy Whitecrypt32: More gcc 2.95 adjustments.
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2006-02-23  Juan Langcrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
2005-12-02  Juan LangImplement more OID support functions.