rsaenh: Fix failing tests on Windows ME.
[wine] / dlls / rsaenh / rsaenh.c
2009-01-29  Juan Langrsaenh: Also write a key's permissions when it's being...
2009-01-29  Juan Langrsaenh: Load/store key permissions along with key pair...
2009-01-29  Juan Langrsaenh: Use key spec rather than char * to identify...
2009-01-29  Juan Langrsaenh: Don't store a key to the registry when it's...
2009-01-29  Juan Langrsaenh: Store a key's value to the registry when a...
2009-01-29  Juan Langrsaenh: Split CPImportKey into a helper function for...
2009-01-29  Juan Langrsaenh: Use helper function to install keys.
2009-01-29  Juan Langrsaenh: Separate storing a key container's keys from...
2009-01-29  Juan Langrsaenh: Honor a key's permissions when exporting a...
2009-01-29  Juan Langrsaenh: Split CPExportKey into helper functions for...
2009-01-29  Juan Langrsaenh: Fix CryptSetKeyParam for KP_PERMISSIONS.
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flag to CryptAcquire...
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flags to CryptImportKey.
2009-01-13  Michael Stefaniucrsaenh: Remove superfluous pointer casts.
2008-11-10  Andrew Talbotrsaenh: Sign-compare warnings fix.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-27  Michael Stefaniucrsaenh: Use 0 instead of casting NULL to a handle of...
2008-10-15  Rob Shearmanrsaenh: Add a value to the empty braces in the initiali...
2008-07-29  Juan Langrsaenh: Test and correct the maximum allowable salt...
2008-06-04  Vijay Kiran Kamujursaenh: Fix AES provider keys for Windows XP.
2008-04-03  Paul Vriensrsaenh: Add some new flags to wincrypt.h and use one...
2008-03-17  Andrew Talbotrsaenh: Assign to structs instead of using memcpy.
2008-02-08  Juan Langrsaenh: Merge the encrypting and decrypting states...
2008-01-18  Andrew Talbotrsaenh: Remove unneeded casts.
2007-11-29  Juan Langcrypt32: Support setting the salt value through KP_SALT_EX.
2007-11-29  Juan Langcrypt32: Support getting and setting the KP_PADDING...
2007-11-28  Juan Langrsaenh: Empty container names are allowed for CRYPT_VER...
2007-11-21  Vijay Kiran Kamujursaenh: Add implementation of Enhanced RSA AES Provider.
2007-11-12  Juan Langrsaenh: Check pad bytes for consistency when decrypting.
2007-11-08  Juan Langrsaenh: Fix a comment.
2007-11-07  Juan Langrsaenh: Use LocalFree to free memory return by Crypt...
2007-11-07  Juan Langrsaenh: Use helper function to read key pairs from...
2007-11-07  Juan Langrsaenh: Use helper function to delete a key container...
2007-11-07  Juan Langrsaenh: Use helper function to open a key container...
2007-11-07  Juan Langrsaenh: Use helper function to create a container's...
2007-11-07  Juan Langrsaenh: Use helper function to persist keys.
2007-09-12  Juan Langrsaenh: Validate pad byte when decrypting a block cipher.
2007-09-11  Juan Langrsaenh: Support setting the effective key length of...
2007-09-11  Juan Langrsaenh: Call setup_key whenever the IV is reset.
2007-09-11  Juan Langrsaenh: Reorder padding code to avoid unnecessary compa...
2007-08-24  Andrew Talbotrsaenh: Constify some variables.
2007-07-11  Juan Langrsaenh: Get rid of the hash idle state, native doesn...
2007-06-13  Maarten Lankhorstrsaenh: Allow CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT...
2007-05-18  Andrew Talbotrsaenh: Exclude unused header.
2007-05-15  Mounir IDRASSIrsaenh: Fix crash in RSAENH_CPVerifySignature if pbSign...
2007-05-11  Mounir IDRASSIrsaenh: Add support for mandatory parameters to RSAENH_...
2007-05-08  Mounir IDRASSIrsaenh: Use the correct registry key in RSAENH_CPAcquir...
2007-05-07  Mounir IDRASSIrsaenh: Fix read_key_container bug that prevents CryptA...
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-04-23  Yuval Fledelrsaenh: Convert handle type from unsigned int to HCRYPTKEY.
2006-12-14  Dmitry Timoshkovrsaenh: Make some data const and static.
2006-10-09  Michael Stefaniucrsaenh: Win64 printf format warning fixes.
2006-09-29  Juan Langrsaenh: Correct signature checking.
2006-09-27  Andrew Talbotrsaenh: Cast-qual warnings fix.
2006-08-08  Juan Langrsaenh: Test and fix CryptEncrypt with NULL buffer.
2006-07-28  Juan Langrsaenh: More tests and some fixes.
2006-07-27  Juan Langrsaenh: Public keys should be exported with the CALG_RS...
2006-07-26  Karsten Elfenbeinrsaenh: Fix the case when CPGetHashParam should return...
2006-07-26  Karsten Elfenbeinrsaenh: Fix the case when the CPEncrypt function is...
2006-06-02  Saulius Krasuckasrasenh: Fix a copy&paste bug at passing only one string...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-09  Robert ShearmanCall DisableThreadLibraryCalls for DLLs that don't...
2005-12-07  Vincent BéronAdd a few missing #includes.
2005-10-06  Juan LangWhen just a public key is imported, its ALG_ID should...
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-06-15  Mike McCormackFix declarations.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-27  Michael JungUse the Data Protection API to protect the users privat...
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-05-16  Kees CookAvoid segfault in hash update with corrupted decrypt...
2005-05-16  Kees CookAvoid segfault when detecting decryption buffer size.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-14  Michael JungCheck pdwDataLen param for non NULL'ness.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-09  Michael JungImplemented CPGetProvParam's PP_ENUMCONTAINERS paramete...
2005-01-31  Michael JungMoved PKCS1 #2 un-/padding from Import-/ExportKey to...
2005-01-24  Michael JungSupport for TLS1 pseudo random function.
2005-01-19  Michael JungAvoid code duplication by moving handle lookup into...
2005-01-17  Michael JungMoved HMAC initialization and finalization code to
2005-01-10  Michael JungSupport for generating and exporting PCT1, SSL2/3 and...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-06  Michael JungRegister rsaenh as a RSA SChannel provider.
2005-01-05  Michael JungAdded list of supported algorithms for SChannel persona...
2005-01-05  Michael JungSet last error if dwFlags are non zero in CPReleaseContext.
2005-01-04  Michael JungAlways set ERROR_SUCCESS in case of success in CPAcquir...
2005-01-04  Michael JungAdded support for machine keysets.
2005-01-03  Michael JungImplemented parallel hashing in CPEncrypt and CPDecrypt.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Michael JungRespect sDescription parameter in CPSignHash and CPVeri...
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-13  Michael JungImplemented CPSignHash and CPVerifySignature.
2004-12-01  Michael JungMoved code specific to CPGenKey, CPDeriveKey or CPImpor...
2004-11-30  Michael JungIncorporated LibTomCrypt code into rsaenh to get rid...
2004-11-10  Michael JungCPAcquireContext: Set last error to ERROR_SUCCESS in...
2004-11-04  Michael JungImplemented a substantial part of rsaenh.dll.