kernel32: Make CopyFile() call CopyFileEx() instead of the other way around.
[wine] / dlls / rsaenh /
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-29  Juan Langrsaenh: Add tests for key permissions.
2009-01-23  Andrew Talbotrsaenh: Declare some functions static.
2009-01-22  Andrew Talbotrsaenh: Declare some functions static.
2009-01-21  Andrew Talbotrsaenh: Declare some functions static.
2009-01-20  Andrew Talbotrsaenh: Declare some functions static.
2009-01-13  Michael Stefaniucrsaenh: Remove superfluous pointer casts.
2008-12-11  Paul Vriensrsaenh/tests: Fix a test failure on NT4.
2008-12-08  Michael Stefaniucrsaenh: Do not cast zero.
2008-11-28  Paul Vriensrsaenh/tests: Fix a test failure on Win98.
2008-11-28  Paul Vriensrsaenh/tests: Fix a test failure on NT4 and below.
2008-11-28  Paul Vriensrsaenh/tests: Fix a test failure on NT4 and below.
2008-11-26  Paul Vriensrsaenh/tests: Fix a test failure on W2K and below.
2008-11-26  Paul Vriensrsaenh/tests: Use a 40-bit session key instead of 56...
2008-11-26  Paul Vriensrsaenh/tests: Fix a test failure on W2K and below.
2008-11-26  Paul Vriensrsaenh/tests: Use a 40-bit session key instead of 56...
2008-11-26  Paul Vriensrsaenh/tests: Fix a test failure on W2K and below.
2008-11-24  Juan Langrsaenh: Fix some test failures on older versions of...
2008-11-10  Andrew Talbotrsaenh: Sign-compare warnings fix.
2008-11-06  Paul Vriensrsaenh/tests: Fix a test failure on NT4 and below.
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-10-15  Rob Shearmanrsaenh: Make some functions used in only one file static.
2008-07-29  Juan Langrsaenh: Test and correct the maximum allowable salt...
2008-06-09  Austin Englishrsaenh: Fix a couple failing tests on 2k.
2008-06-04  Vijay Kiran Kamujursaenh: Fix AES provider keys for Windows XP.
2008-05-21  Andrew Talbotrsaenh: Remove unused file-static variable.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-07  Paul Vriensrsaenh/tests: Fix a test on W2K and above.
2008-04-04  Andrew Talbotrsaenh: Remove tentative declaration of static array...
2008-04-04  Paul Vriensrsaenh/tests: Add a few skips for non implemented param...
2008-04-03  Paul Vriensrsaenh: Add some new flags to wincrypt.h and use one...
2008-04-03  Paul Vriensrsaenh/tests: Fix a typo.
2008-03-17  Andrew Talbotrsaenh: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-08  Juan Langrsaenh: Merge the encrypting and decrypting states...
2008-01-18  Andrew Talbotrsaenh: Remove unneeded casts.
2007-12-14  Michael Stefaniucrsaenh/tests: Remove an unused global variable.
2007-12-14  Michael Stefaniucrsaenh/tests: Remove duplicate abPlainPrivateKey variable.
2007-12-11  Rob Shearmanrsaenh: Fix some memory leaks in the tests.
2007-12-07  Rob Shearmanrsaenh: Fix some leaks of the provider handle in the...
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-21  Vijay Kiran Kamujursaenh: Add tests for RSA_AES provider.
2007-11-19  Gerald Pfeiferrsaenh/tests: Fix const-ness of parameters to printBytes().
2007-11-16  Vijay Kiran Kamujursaenh: Add a few more tests which check the decryption...
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-11-06  Alexandre JulliardMake some variables static.
2007-10-18  Michael Jungrsaenh: Enlarge buffer in test_enum_container. Fixes...
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-08-23  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.
2007-03-12  Jan Zerebeckirsaenh: Add DebugInfo to critical sections.
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-01-25  Andrew Talbotrsaenh: Declare some functions static.
2006-12-14  Dmitry Timoshkovrsaenh: Make some data const and static.
2006-11-14  Andrew Talbotrsaenh: Cast-qual warning fix.
2006-11-13  Paul Vriensrsaenh: Move type-check before len-check (Coverity).
2006-10-09  Michael Stefaniucrsaenh: Win64 printf format warning fixes.
2006-10-09  Paul Vriensrsaenh: Win64 printf format warning fixes.
2006-10-09  Paul Vriensrsaenh: Make hmac test run on all windows versions.
2006-10-03  Francois GougetAdd missing '\n's to ok() calls.
2006-10-02  Karsten Elfenbeinrsaenh/tests: import & export of a plaintext public...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Juan Langrsaenh: Correct signature checking.
2006-09-27  Andrew Talbotrsaenh: Cast-qual warnings fix.
2006-09-27  Andrew Talbotrsaenh: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-08  Juan Langrsaenh: Test and fix CryptEncrypt with NULL buffer.
2006-07-29  Juan Langrsaenh: Use Interlocked functions for reference counting.
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...
next