rsaenh: Implement exporting PLAINTEXTKEYBLOBs.
[wine] / dlls / rsaenh / tests /
2009-03-09  Francois GougetRemove spaces before '\n's.
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: Store a key's value to the registry when a...
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: Fix CryptSetKeyParam for KP_PERMISSIONS.
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flag to CryptAcquire...
2009-01-29  Juan Langrsaenh: Add tests for key permissions.
2009-01-13  Michael Stefaniucrsaenh: Remove superfluous pointer casts.
2008-12-11  Paul Vriensrsaenh/tests: Fix a test failure on NT4.
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-06  Paul Vriensrsaenh/tests: Fix a test failure on NT4 and below.
2008-10-27  Michael Stefaniucrsaenh: Use 0 instead of casting NULL to a handle of...
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-04-07  Paul Vriensrsaenh/tests: Fix a test on W2K and above.
2008-04-04  Paul Vriensrsaenh/tests: Add a few skips for non implemented param...
2008-04-03  Paul Vriensrsaenh/tests: Fix a typo.
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-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-10-18  Michael Jungrsaenh: Enlarge buffer in test_enum_container. Fixes...
2007-09-11  Juan Langrsaenh: Support setting the effective key length of...
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-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...
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-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-08  Juan Langrsaenh: Test and fix CryptEncrypt with NULL buffer.
2006-07-28  Juan Langrsaenh: More tests and some fixes.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-15  Mike McCormackFix declarations.
2005-03-02  Stefan LeichterMake rsaenh_crosstest.exe loadable on NT 4.0.
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-28  Michael JungAdded a test case for hashing with schannel mac keys.
2005-01-24  Michael JungSupport for TLS1 pseudo random function.
2005-01-05  Michael JungSet last error if dwFlags are non zero in CPReleaseContext.
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-13  Michael JungImplemented CPSignHash and CPVerifySignature.
2004-11-04  Michael JungImplemented a substantial part of rsaenh.dll.