crypt32/tests: Add tests for CMSG_RECIPIENT_COUNT_PARAM and CMSG_RECIPIENT_INFO_PARAM.
[wine] / dlls / crypt32 / tests / msg.c
2010-11-03  Alexander Morozovcrypt32/tests: Add tests for CMSG_RECIPIENT_COUNT_PARAM...
2010-11-02  Alexander Morozovcrypt32/tests: Add tests for decoding enveloped messages.
2010-11-01  Alexander Morozovcrypt32/tests: Add tests for enveloped messages.
2010-01-20  Michael Stefaniuccrypt32/tests: Add a win_skip().
2009-04-24  Juan Langcrypt32: Fix a test failure on Windows 98.
2009-03-13  Paul Vrienscrypt32/tests: Fix some test failures on older NT4...
2009-03-13  Paul Vrienscrypt32/tests: Fix some crashes on older NT4 boxes.
2009-03-13  Paul Vrienscrypt32/tests: Fix some test failures on Win9x.
2009-03-12  Paul Vrienscrypt32/tests: Fix a test failure on Win9x.
2009-03-09  Juan Langcrypt32: Fix another test on Win9x.
2009-03-06  Juan Langcrypt32: Fix some test failures on Win9x.
2009-03-05  Juan Langcrypt32: Fix some test failures on Win9x.
2009-03-02  Paul Vrienscrypt32/tests: Don't crash on NT4.
2009-02-27  Juan Langcrypt32: Fix more test failures on Win9x.
2009-02-26  Juan Langcrypt32: Fix more test failures on Win9x.
2009-02-25  Juan Langcrypt32: Fix some test failures on Win9x.
2009-02-23  Paul Vrienscrypt32/tests: Prevent some crashes on Win9x (test_msg_...
2009-02-23  Paul Vrienscrypt32/tests: Prevent a crash on Win9x (test_data_msg).
2009-02-23  Paul Vrienscrypt32/tests: Prevent some crashes on Win9x (test_deco...
2009-02-23  Paul Vrienscrypt32/tests: Don't crash on Win9x (test_msg_get_and_v...
2009-02-20  Paul Vrienscrypt32/tests: Don't crash on Win9x.
2009-01-21  Michael Stefaniuccrypt32/tests: Remove superfluous pointer casts.
2008-10-16  Juan Langcrypt32: Fix tests on WinME.
2008-10-13  Detlef Riekenbergcrypt32/tests: Fix some tests on win9x.
2008-09-19  Paul Vrienscrypt32/tests: Add a missing CryptMsgUpdate.
2008-09-11  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-09  Juan Langcrypt32: Test verifying the signature of a detached...
2008-09-03  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-02  Francois Gougetcrypt32: Fix compilation on systems that don't support...
2008-08-29  Huw Daviescrypt32: Fix streamed, detached updates.
2008-08-29  Huw Daviescrypt32/tests: Add a test for streamed, detached updates.
2008-08-27  Juan Langcrypt32: Fix verifying the hash of a detached hash...
2008-08-27  Juan Langcrypt32: Add tests for verifying the hash of a detached...
2008-08-26  Paul Vrienscrypt32/tests: Use CryptAcquireContextA instead of...
2008-08-21  Juan Langcrypt32: Rewrite CDecodeMsg_Update for better detached...
2008-08-21  Juan Langcrypt32: Support the KeyId type of signer in CMSG_SIGNE...
2008-08-21  Juan Langcrypt32: Implement CMSG_CMS_SIGNER_INFO_PARAM.
2008-08-21  Juan Langcrypt32: Add tests for CMSG_CMS_SIGNER_INFO_PARAM.
2008-08-21  Juan Langcrypt32: Add more tests for the version of encoded...
2008-08-21  Juan Langcrypt32: Test and correct encoding of signed CMS messages.
2008-08-20  Juan Langcrypt32: Allow CMS fields to be set when opening a...
2008-08-20  Juan Langcrypt32: Allow messages to be opened when compiled...
2008-08-20  Juan Langcrypt32: Allow messages to be opened when compiled...
2008-08-18  Juan Langcrypt32: Implement CryptMsgGetAndVerifySigner.
2008-08-18  Juan Langcrypt32: Add tests for CryptMsgGetAndVerifySigner.
2008-07-29  Reece Dunncrypt32: Check Vista error codes for the msg tests.
2008-07-29  Juan Langcrypt32: Move simplified message tests to their own...
2008-07-21  Detlef Riekenbergcrypt32/tests: Make the msg tests usable on win9x ...
2008-03-26  Juan Langcrypt32: Allow one update to a decode message after...
2008-03-26  Juan Langcrypt32: Test updates after the final update to a detac...
2008-02-15  Francois GougetAssorted spelling fixes.
2007-10-19  Juan Langcrypt32: Fix a couple leaked messages.
2007-09-19  Juan Langcrypt32: Implement streamed encoding of an indefinite...
2007-08-23  Juan Langcrypt32: Implement CryptVerifyMessageSignature.
2007-08-23  Juan Langcrypt32: Test and correct verifying the signature of...
2007-08-22  Juan Langcrypt32: Test encoding a signed message with a valid...
2007-08-22  Juan Langcrypt32: Test and implement CryptGetMessageSignerCount.
2007-08-21  Juan Langcrypt32: Implement verifying a decoded signed message...
2007-08-21  Juan Langcrypt32: Test and implement getting the computed hash...
2007-08-21  Juan Langcrypt32: Implement verifying the hash of a decoded...
2007-08-21  Juan Langcrypt32: Add a couple tests that show you can't get...
2007-08-21  Juan Langcrypt32: Add a mostly stub control function for decode...
2007-08-21  Juan Langcrypt32: Add a default message control function pointer.
2007-08-21  Juan Langcrypt32: Add tests for CryptMsgControl.
2007-08-21  Juan Langcrypt32: Test an encoded signed message with a cert...
2007-08-14  Paul Vrienscrypt32/tests: Make tests run again on win95.
2007-07-31  Juan Langcrypt32: Support getting the inner content OID from...
2007-07-31  Juan Langcrypt32: Implement getting signer info from a decoded...
2007-07-31  Juan Langcrypt32: Implement getting inner content of a decoded...
2007-07-31  Juan Langcrypt32: Test getting more parameters from a decoded...
2007-07-30  Juan Langcrypt32: Implement getting some parameters from a decod...
2007-07-30  Juan Langcrypt32: Test getting parameters from decoded signed...
2007-07-26  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-26  Juan Langcrypt32: Add initial tests for decoding signed messages.
2007-07-26  Juan Langcrypt32: Test getting the hash from a hash message...
2007-07-25  Juan Langcrypt32: Test and implement getting the encoded signers...
2007-07-24  Juan Langcrypt32: Test and implement encoding signed data messag...
2007-07-24  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-24  Juan Langcrypt32: Implement getting version from an encoded...
2007-07-24  Juan Langcrypt32: Add tests for getting an encoded signed messag...
2007-07-24  Juan Langcrypt32: Implement getting outer content of a signed...
2007-07-24  Juan Langcrypt32: Partially implement encoding signed messages.
2007-07-24  Juan Langcrypt32: Implement getting the hash for each signer...
2007-07-24  Juan Langcrypt32: Hash and sign data when updating signed messages.
2007-07-24  Juan Langcrypt32: Add tests for opening non-detached signed...
2007-07-24  Juan Langcrypt32: Add a partial stub for updating a signed encod...
2007-07-24  Juan Langcrypt32: Add tests for signed message encoding.
2007-07-24  Juan Langcrypt32: Add tests for updating signed encoded messages.
2007-07-24  Juan Langcrypt32: Add stub encoded signed message.
2007-07-24  Juan Langcrypt32: Add tests for opening signed message to encode.
2007-07-20  Juan Langcrypt32: Implement querying computed hash of a decoded...
2007-07-20  Juan Langcrypt32: Store (most) parameters of a decoded hash...
2007-07-18  Juan Langcrypt32: Add a couple more parameter tests for hash...
2007-07-18  Juan Langcrypt32: Implement getting content of a data message.
2007-07-18  Juan Langcrypt32: Add a few tests for decoded message parameters.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Add tests for decoding a hash message.
2007-07-16  Juan Langcrypt32: Implement decoding data messages (when opened...
2007-07-16  Juan Langcrypt32: Partially implement updating decode messages.
2007-07-13  Juan Langcrypt32: Change finalized from a boolean to a state...
next