Various background processes must be launched detached from current console (if any).
[wine] / dlls / crypt32 / tests / msg.c
2012-01-31  Austin Englishcrypt32: Remove a couple unused variables (LLVM/Clang).
2011-02-17  Austin Englishcrypt32/tests: Make sure to use return values (LLVM...
2011-02-17  Juan Langcrypt32/tests: Test return value (clang).
2011-02-11  Juan Langcrypt32: Allow updating data messages with no content.
2011-02-11  Juan Langcrypt32/tests: In more recent Windows versions, updatin...
2011-02-11  Juan Langcrypt32/tests: Update a CryptMsgUpdate call to succeed...
2011-01-31  Juan Langcrypt32/tests: Remove dead assignments (clang).
2011-01-31  Juan Langcrypt32/tests: Test some return values (clang).
2010-12-16  Alexander Morozovcrypt32: Implement getting content and some parameters...
2010-12-16  Alexander Morozovcrypt32: Implement decoding enveloped messages.
2010-12-02  Alexander Morozovcrypt32: Implement getting content of an enveloped...
2010-12-02  Alexander Morozovcrypt32: Implement updating enveloped messages.
2010-12-01  Alexander Morozovcrypt32: Add a stub enveloped message implementation.
2010-11-25  Alexander Morozovcrypt32/tests: Skip more tests.
2010-11-24  Alexander Morozovcrypt32/tests: Use pCryptAcquireContextA.
2010-11-24  Alexander Morozovcrypt32/tests: Fix test failures on WinME and some...
2010-11-24  Alexander Morozovcrypt32/tests: Do not crash on some Win98.
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...
next