wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / rsaenh / tests /
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.