user32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.
[wine] / dlls / rsaenh /
2010-03-29  Mikhail Maroukhinersaenh: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Michael Stefaniucrsaenh: Remove superfluous casts of zero.
2010-03-22  Francois Gougetrsaenh: Use NULL instead of casting 0.
2010-03-17  Paul Vriensrsaenh/tests: Fix some test failures on XP (pre SP3).
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Juan Langrsaenh: Add signature support for SHA-256, SHA-384...
2010-03-16  Juan Langrsaenh: Add support for SHA-256, SHA-384, and SHA-512.
2010-03-15  Juan Langrsaenh: Add simple tests for SHA-256, SHA-384, and...
2010-03-15  Juan Langrsaenh: Fix some test failures on Win9x/NT4.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-14  Paul Vriensrsaenh/tests: Don't check result twice (Coccinelle).
2009-12-10  Juan Langrsaenh: Fix memory leak reading stored keys.
2009-12-09  Juan Langrsaenh: Free a verify context's keys when it's destroyed.
2009-12-09  Juan Langrsaenh: Use helper function to release and install...
2009-12-09  Juan Langrsaenh/tests: Fix memory leak.
2009-12-07  Juan Langrsaenh/tests: Fix memory leaks.
2009-12-07  Juan Langrsaenh: Fix memory leak in CPSignHash.
2009-12-02  Alexandre Julliardrsaenh: Fix padding bytes check for 0-byte payload.
2009-11-19  Paul Vriensrsaenh/tests: Fix some test failures on W2K.
2009-11-18  Paul Vriensrsaenh/tests: Fix some test failures on Wow64.
2009-11-16  Francois Gougetrsaenh/tests: Add a trailing '\n' to an ok() call.
2009-11-12  Juan Langrsaenh/tests: Fix length of copied buffer.
2009-11-11  Juan Langrsaenh/tests: Fix a couple typos.
2009-11-11  Juan Langrsaenh/tests: Fix some test failures.
2009-11-09  Juan Langrsaenh: Only reverse the significant bytes of an export...
2009-11-09  Juan Langrsaenh: Only reverse the significant bytes of an export...
2009-11-09  Juan Langrsaenh/tests: Add round-trip test of RSA.
2009-11-09  Juan Langrsaenh: Explicitly clear unused memory when exporting...
2009-11-09  Juan Langrsaenh: Explicitly clear unused memory when exporting...
2009-11-04  Juan Langrsaenh: Test exporting an RSA private key with the...
2009-10-22  Juan Langrsaenh: Revert part of d3c482250a8232e9657ecefb3e61fff0...
2009-10-22  Juan Langrsaenh: Fail if CRYPT_IPSEC_HMAC_KEY is passed to Crypt...
2009-10-21  Juan Langrsaenh: Store key when algid is a CALG_RSA_* algid...
2009-10-20  Juan Langrsaenh: Make the enhanced crypto provider the default.
2009-10-20  Juan Langrsaenh: Add some traces to key importing.
2009-10-13  Dmitry Timoshkovrsaenh: Fix the accepted RC2 key length, based on a...
2009-08-10  Juan Langrsaenh: Implement exporting PLAINTEXTKEYBLOBs.
2009-08-10  Juan Langrsaenh: Implement importing PLAINTEXTKEYBLOBs.
2009-05-26  Francois Gougetrsaenh: Make the mpi functions static, remove mp_signed...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-02-16  Andrew Talbotrsaenh: Replace malloc/realloc with HeapAlloc/HeapReAlloc.
2009-02-09  Alexandre Julliardrsaenh: Rename the HANDLETABLE structure to avoid confl...
2009-02-05  Francois Gougetrsaenh: {alloc,release}_handle_table() are not used...
2009-02-04  Juan Langrsaenh: Fix failing tests on Windows ME.
2009-01-30  Paul Vriensrsaenh/tests: Fix the remaining test failures on Win9x...
2009-01-30  Juan Langrsaenh: Fix some recently introduced test failures...
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: Add a test for importing a key into a container...
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-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.
next