Remove unnecessary casts in crypt tests.
[wine] / dlls / advapi32 / crypt.c
2004-08-16  James HawkinsFix alloc test in CryptEnumProviderTypesW that failed...
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsCleanup A->W cross call in CryptEnumProviders.
2004-08-09  James HawkinsMake CryptEnumProvidersA pcbProvName parameter contain...
2004-08-09  James HawkinsFix alloc failure check in CryptEnumProvidersW.
2004-08-02  Alexandre JulliardFixed some more freeing issues in CryptAcquireContextA.
2004-07-30  Michael JungFixed a potential double call to CRYPT_Free on variable...
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-16  Alexandre JulliardFixed some duplicate CRYPT_Free calls (spotted by Micha...
2004-07-15  Michael JungUse RegQueryValueExA instead of RegQueryValueA in
2004-07-13  Michael JungReference counting for CRYPTPROV objects.
2004-07-12  James HawkinsAdded some more API docs.
2004-05-17  Juan Lang- If a crypto provider does not have a Signature in...
2004-05-12  Mike McCormackPass crypt provider and type to CPAcquireContext.
2004-04-17  Mike HearnDocumentation for SystemFunction040 and SystemFunction0...
2004-02-27  Robert Shearman- Remove duplicate free.
2004-01-06  Mike McCormackAdded missing LF in trace.
2003-11-18  Mike McCormackImprove error handling in CryptAcquireContext.
2003-10-22  Robert Shearman- Fix error paths in advapi32.CryptAcquireContextA.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-22  Marcus MeissnerPrint fixmes if we do not find a crypto providers for...
2003-07-21  Alexandre JulliardFixed prototypes of VTableProcStruc callback functions.
2003-03-31  Andreas MohrTrace format fix.
2002-08-13  Aric StewartOnly modify returned keys on success.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-05-24  James JuranAdd missing \n to output messages.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-10-24  James HathewayAdded stubs for CryptGenRandom(), CryptReleaseContext().
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Patrik StridvallFixed documentation.
1999-09-11  Patrik StridvallEliminated warnings.
1999-07-31  Eric KohlAdded stub for CryptSetKeyParams().
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.