jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / crypt32 / protectdata.c
2011-06-01  Hans Leidekkercrypt32: GetUserName sets last error to ERROR_INSUFFICI...
2009-06-04  Hans Leidekkercrypt32: Initialize salt correctly.
2009-05-08  Marcus Meissnercrypt32: Change salt allocation to handle errors (Cover...
2009-01-08  Alexandre Julliardcrypt32: Avoid printing pointer differences in traces.
2008-09-11  Juan Langcrypt32: Don't set salt's cbData unless allocation...
2007-12-31  Andrew Talbotcrypt32: Remove unneeded casts.
2007-11-08  Juan Langcrypt32: Use 3DES to encrypt data.
2007-11-08  Juan Langcrypt32: Set correct bit lengths for algorithms.
2007-11-08  Juan Langcrypt32: Pass key length to CryptDeriveKey.
2007-11-08  Juan Langcrypt32: Use the enhanced provider rather than the...
2007-11-08  Juan Langcrypt32: Use SHA1 rather than MD5 to protect data.
2007-11-08  Juan Langcrypt32: Save alg IDs in CryptProtectData output.
2007-11-08  Juan Langcrypt32: Describe CryptProtectData data format more...
2007-10-25  Juan Langcrypt32: Avoid misleading fixme when no data are passed...
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2006-10-06  James Hawkinscrypt32: Remove redundant NULL checks before CryptMemFr...
2006-09-07  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-07-05  Dmitry TimoshkovAvoid non-portable WCHAR[] constructs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-28  Juan LangUse CryptMem functions for internal memory allocation.
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-27  Michael JungIt's sufficienct for Crypt[Un]ProtectData to acquire...
2005-05-23  Kees CookCorrect crypt context init in CryptProtectData/CryptUnp...
2005-05-20  Kees CookImplement CryptUnprotectData counterpart to CryptProtec...
2005-05-20  Kees CookImplement CryptProtectData with best-guess encryption.
2005-05-20  Kees CookImplement serialization and helper functions for CryptP...
2005-05-18  Kees CookDefine structures for CryptProtectData/CryptUnprotectDa...