gdi32: Use HandleToULong inline function to convert handle to index instead of casting.
[wine] / include / wincrypt.h
2005-09-28  Juan LangAdd a few more missing prototypes.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-02  Juan LangMore definitions and prototypes.
2005-08-26  Juan LangCorrect a typo, and add more definitions.
2005-08-18  Juan LangAdd/update a few definitions.
2005-08-16  Juan LangAdd more missing definitions, and correct a prototype.
2005-07-18  Juan LangAdded a bunch more definitions.
2005-07-18  Juan LangAdd/correct a couple definitions, allow hashing nothing.
2005-07-13  Juan LangAdd more missing definitions.
2005-07-08  Juan LangAdd a few more missing defines.
2005-07-07  Juan LangCorrect a typo.
2005-07-01  Juan Lang- add more prototypes
2005-06-30  Juan LangAdd more missing OIDs.
2005-06-29  Paul VriensCorrect some OIDs.
2005-06-25  Juan LangAdd more missing definitions.
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Juan LangAdd more missing defs.
2005-06-16  Juan LangDefine some more OID strings.
2005-06-13  Juan LangAdd/correct a few more definitions.
2005-06-06  Mike McCormackDefine some Cert* functions.
2005-06-02  Juan LangAdded a couple missing prototypes.
2005-06-02  Juan Lang- add some tests for OID functions
2005-05-29  Juan LangAdd a few missing defines.
2005-05-23  Kees CookAdd defines for dwFlags in pPromptStruct and calls to
2005-05-20  Juan LangAdd a bunch of missing declarations and definitions.
2005-05-18  Kees CookDefine CryptProtectData/CryptUnprotectData crypt32...
2005-01-24  Michael JungAdded CRYPT_SERVER define.
2005-01-17  Michael JungAdded definitions of TLS1PRF algorithm identifiers.
2005-01-10  Michael JungAdded SCHANNEL_ALG typedef.
2005-01-03  Michael JungAdded some defines concerning SChannel CSPs.
2005-01-03  Michael JungImplemented parallel hashing in CPEncrypt and CPDecrypt.
2004-10-25  Michael JungAdded define for CUR_BLOB_VERSION.
2004-10-21  Francois GougetFix some issues reported by winapi_check:
2004-10-11  Michael JungAdded HMAC_INFO typedef.
2004-09-06  Michael JungAdded some defines for Crypt{Get/Set}KeyParam.
2004-08-18  Michael JungAdded some defines for CPSetKeyParam.
2004-07-29  Robert ShearmanInclude declarations needed for developing cryptographi...
2004-07-16  Michael JungAdded PROV_ENUMALGS[_EX] structs and typedefs.
2004-04-05  Juan LangAdd a bunch of missing declarations.
2004-03-01  Juan Lang- correct some prototypes, add some defines
2003-12-11  Mike McCormackImplement CryptRegisterOIDFunction and CryptSIPAddProvider.
2003-12-08  Mike McCormackStub implementations for CertCreateCRLContext and CertC...
2003-12-02  Thomas Brix LarsenAdded stub for CryptProtectData, so programs like Skype...
2003-11-26  Alexandre JulliardAdded missing prototypes for some implemented functions.
2003-10-07  Warren BairdAdded extern "C".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-07-21  Mike McCormackMoved declaration of VTableProvStruc from dlls/advapi32...
2003-05-12  Mike McCormackAdded stubs for CertSaveStore and CertEnumCertificatesI...
2002-09-16  Dmitry TimoshkovReplace static initializers with a proper #define in...
2002-09-09  Patrik StridvallAdd and use the header files mssip.h and sipbase.h.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
1999-06-26  Patrik StridvallANSI C fixes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.