Release 1.5.29.
[wine] / dlls / advapi32 / tests / crypt.c
2013-04-02  André Hentscheladvapi32/tests: Remove bad key set on cleanup.
2013-01-31  Alex Henrieadvapi32: Destination length -1 means no limit.
2012-10-10  Marcus Meissneradvapi32: Removed a double free issue on loop terminati...
2012-02-14  Johan Gilladvapi32: CryptCreateHash actually sets ERROR_INVALID_P...
2012-02-13  Juan Langadvapi32/tests: Fix a test failure on older NT4.
2011-06-06  Michael Stefaniucadvapi32: Remove wrong "is NULL and error out" code...
2011-02-04  Austin Englishadvapi32/tests: Make sure to use return value (LLVM...
2011-01-14  Juan Langrsaenh: Add support for CRYPT_IPSEC_HMAC_KEY.
2010-12-13  André Hentscheladvapi32: Fix test failure on some NT4 machines.
2010-03-22  Andrew Nguyenadvapi32: Fix SystemFunction036 prototype to match...
2010-03-15  Paul Vriensadvapi32/tests: Restore default cryptographic provider...
2010-01-18  Andrew Nguyenadvapi32/tests: Test SystemFunction036.
2009-12-11  Juan Langadvapi32/tests: Fix memory leaks in tests.
2009-11-04  Jeremy Whiteadvapi32/tests: Only release providers and free keys...
2009-10-23  Juan Langadvapi32: Fix a comment typo.
2009-10-23  Paul Vriensadvapi32/tests: Fix some test failures on several platf...
2009-10-22  Juan Langrsaenh: Revert part of d3c482250a8232e9657ecefb3e61fff0...
2009-10-22  Juan Langrsaenh: Fail if CRYPT_IPSEC_HMAC_KEY is passed to Crypt...
2009-10-22  Juan Langrsaenh: Add more tests of the RC2 key length.
2009-10-14  Paul Vriensadvapi32/tests: Fix a test failure on W2K and lower.
2009-10-13  Dmitry Timoshkovrsaenh: Fix the accepted RC2 key length, based on a...
2009-02-26  Francois Gougetadvapi32/tests: Use win_skip() to skip over unimplement...
2009-01-26  James Hawkinsadvapi32: Skip tests if the default provider cannot...
2009-01-13  Michael Stefaniucadvapi32/tests: Remove superfluous pointer casts.
2008-11-07  Nicolas Le Camadvapi32/tests: Run a test on more platforms.
2008-11-07  Nicolas Le Camadvapi32/tests: test_enum_provider_types test cleanup.
2008-10-27  Michael Stefaniucadvapi32/tests: Use 0 instead of casting NULL to a...
2008-05-22  Francois Gougetadvapi32/tests: Remove a stray reference to CryptReleas...
2008-04-21  James Hawkinsadvapi32: Remove a test that fails on some systems.
2008-03-25  Juan Langadvapi32: Create MachineGuid value if it doesn't exist.
2008-03-25  Juan Langadvapi32: Test the MachineGuid value.
2008-02-16  Juan Langadvapi32: Fix CryptVerifySignatureW test failures on...
2008-02-15  Paul Vriensadvapi32/tests: CryptVerifySignatureW is not implemente...
2008-02-12  Paul Vriensadvapi32/tests: Only use functions if they are implemented.
2007-08-23  Juan Langadvapi32: Add more tests for CryptVerifySignatureW...
2007-07-30  Paul Vriensadvapi32/tests: Use skip when we don't have enough...
2007-07-13  Paul Vriensadvapi32/tests: Use skip instead of trace.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2006-10-04  Hans Leidekkeradvapi32/tests: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardadvapi32/tests: Use lstrlenA instead of strlen in ok...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-08  Saulius KrasuckasWin98 fails another way when user isn't logged in.
2005-09-28  Vincent BéronRemove some Unicode->ANSI cross-calls in crypt functions.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-09  Mike McCormackFix some warnings.
2005-04-23  Stefan LeichterExcluded tests crashing on NT4 from compiling.
2005-04-15  Jakob ErikssonWin98 can return ERROR_CALL_NOT_IMPLEMENTED.
2005-04-11  Michael JungMake crypt functions more robust in case of incorrect...
2005-03-29  Michael JungAdded a test for advapi32, which documents a crash...
2005-03-15  Jakob ErikssonCryptAcquireContextA() can return NTE_FAIL on Windows 98.
2005-02-23  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-17  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-14  Stefan LeichterMake advapi32_test.exe loadable on NT 3.51.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-04  Jakob ErikssonOn NT4 we can also get ERROR_RING2_STACK_IN_USE from
2004-12-06  Stefan LeichterFix missing imports on NT4.
2004-12-06  James HawkinsOnly call test_set_provider_ex() once.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-10-05  Dmitry TimoshkovMake advapi32/crypt.c test pass under win2k SP4, do...
2004-09-01  James Hawkins- remove unnecessary type conversions
2004-08-20  James HawkinsAdded tests for CryptSetProviderEx.
2004-08-17  Mike McCormackRemove unnecessary casts in crypt tests.
2004-08-16  James HawkinsFixed a few crypt test bugs.
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsAdded tests for CryptEnumProviders.
2004-07-24  Michael Jung- Changed some FIXMEs to TRACEs, since they report...
2004-07-22  Michael Jung- Fixed a problem with dwProvType values greater than...
2004-07-21  Michael JungAdded some unit tests for the CryptAcquireContext API...