shell32: Added a stub for IShellDispatch2.
[wine] / dlls / rsaenh / implglue.c
2011-11-01  Juan Langrsaenh: Infer private exponent length from data length.
2010-05-21  Juan Langrsaenh: Implement CALG_SSL3_SHAMD5 hashing.
2010-03-16  Juan Langrsaenh: Add support for SHA-256, SHA-384, and SHA-512.
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: Explicitly clear unused memory when exporting...
2009-11-09  Juan Langrsaenh: Explicitly clear unused memory when exporting...
2008-03-17  Andrew Talbotrsaenh: Assign to structs instead of using memcpy.
2007-11-21  Vijay Kiran Kamujursaenh: Add implementation of Enhanced RSA AES Provider.
2007-09-11  Juan Langrsaenh: Support setting the effective key length of...
2007-08-24  Andrew Talbotrsaenh: Constify some variables.
2006-11-14  Andrew Talbotrsaenh: Cast-qual warning fix.
2006-09-29  Juan Langrsaenh: Correct signature checking.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-05-27  Michael JungUse SystemFunction036 to generate random bytes.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-01-24  Michael JungRemoved another check for valid'ness of algid. It's...
2005-01-10  Michael JungRemoved check for valid'ness of algid. It's redundant.
2005-01-03  Michael JungAdhere to const'ness of the input data in encrypt_block...
2004-12-13  Michael JungImplemented CPSignHash and CPVerifySignature.
2004-12-06  Michael JungAdded a missing break in encrypt_block_impl.
2004-12-01  Michael JungMoved code specific to CPGenKey, CPDeriveKey or CPImpor...
2004-11-30  Michael JungIncorporated LibTomCrypt code into rsaenh to get rid...