crypt32: Check the result of CryptAcquireContextW() when initializing default provider.
[wine] / dlls / crypt32 / msg.c
2009-10-19  Juan Langcrypt32: Explicitly pass pointers to blob arrays rather...
2009-10-19  Juan Langcrypt32: Explicitly pass pointers to blob arrays rather...
2009-09-15  Juan Langcrypt32: Implement retrieving the encoded signer of...
2009-06-16  Andrew Talbotcrypt32: Constify some variables.
2009-01-28  Michael Stefaniuccrypt32: Remove remaining superfluous pointer casts.
2009-01-06  Juan Langcrypt32: Use specified inner content type for signed...
2009-01-06  Juan Langcrypt32: Implement CryptMsgSignCTL.
2009-01-06  Juan Langcrypt32: Implement CryptMsgEncodeAndSignCTL on top...
2009-01-06  Juan Langcrypt32: Add stub for CryptMsgSignCTL.
2009-01-06  Juan Langcrypt32: Add stub for CryptMsgEncodeAndSignCTL.
2008-12-02  Alexandre Julliardcrypt32: Make some functions and variables static.
2008-11-07  Michael Stefaniuccrypt32: Fix the aligning up to a DWORD_PTR boundary.
2008-11-04  Juan Langcrypt32: Fix typo.
2008-09-09  Juan Langcrypt32: Don't crash when asked to verify a signature...
2008-09-09  Juan Langcrypt32: Don't store redundant copy of detached hash...
2008-09-05  Alexandre Julliardcrypt32: Avoid some uninitialized variable warnings...
2008-09-02  Francois Gougetcrypt32: Fix compilation on systems that don't support...
2008-08-29  Huw Daviescrypt32: Fix streamed, detached updates.
2008-08-27  Juan Langcrypt32: Fix verifying the hash of a detached hash...
2008-08-27  Juan Langcrypt32: Separate decoding data from finalizing (hashin...
2008-08-21  Juan Langcrypt32: Remove an unneeded helper.
2008-08-21  Juan Langcrypt32: Handle the detached portion of detached signed...
2008-08-21  Juan Langcrypt32: Rewrite CDecodeMsg_Update for better detached...
2008-08-21  Juan Langcrypt32: Pass address of blob to store data rather...
2008-08-21  Juan Langcrypt32: Support the KeyId type of signer in CMSG_SIGNE...
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: Test and correct encoding of signed CMS messages.
2008-08-21  Juan Langcrypt32: Use CMS messages rather than PKCS 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-19  Juan Langcrypt32: Add stub for CryptMsgVerifyCountersignatureEnc...
2008-08-18  Juan Langcrypt32: Implement CryptMsgGetAndVerifySigner.
2008-08-18  Juan Langcrypt32: Add stub for CryptMsgGetAndVerifySigner.
2008-07-29  Juan Langcrypt32: Move simplified message functions to their...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-24  Rob Shearmancrypt32: Decode the message content on finishing in...
2008-03-26  Juan Langcrypt32: Allow one update to a decode message after...
2008-03-26  Juan Langcrypt32: Keep track of state in each message type's...
2008-02-15  Andrew Talbotcrypt32: Assign to structs instead of using memcpy.
2008-02-15  Rob Shearmancrypt32: Fix function declaration - WINAPI should come...
2007-10-19  Juan Langcrypt32: Keep signer handle count separate from signer...
2007-10-19  Juan Langcrypt32: Get rid of an unused key.
2007-10-19  Juan Langcrypt32: Make sure a signed encode message's signer...
2007-10-09  Juan Langcrypt32: Add an extra pointer alignment to avoid possib...
2007-10-01  Juan Langcrypt32: Correct copying a signer info's attributes.
2007-09-28  Juan Langcrypt32: Add/improve some traces.
2007-09-19  Juan Langcrypt32: Fix alignment for 64-bit systems.
2007-09-19  Juan Langcrypt32: Implement streamed encoding of an indefinite...
2007-09-19  Juan Langcrypt32: Pass length rather than entire message to...
2007-09-17  Andrew Talbotcrypt32: Fix some memory leaks.
2007-08-27  Juan Langcrypt32: Partially implement CMSG_CTRL_VERIFY_SIGNATURE_EX.
2007-08-23  Juan Langcrypt32: Implement CryptVerifyMessageSignature.
2007-08-23  Juan Langcrypt32: Test and correct verifying the signature of...
2007-08-22  Juan Langcrypt32: Explicitly terminate loop when a matching...
2007-08-22  Juan Langcrypt32: Only free allocated handles.
2007-08-22  Juan Langcrypt32: Test and implement CryptGetMessageSignerCount.
2007-08-22  Juan Langcrypt32: Implement CryptGetMessageCertificates.
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: Update a hash message's hash handles when...
2007-08-21  Juan Langcrypt32: Move signed message data functions together.
2007-08-21  Juan Langcrypt32: Make constructing handles a member of signed...
2007-08-21  Juan Langcrypt32: Use a helper function to allocate signer handles.
2007-08-21  Juan Langcrypt32: Don't keep an unneeded copy of the crypto...
2007-08-21  Juan Langcrypt32: Separate construction of signer handles from...
2007-08-21  Juan Langcrypt32: Add a helper function to construct a signer...
2007-08-21  Juan Langcrypt32: Add helper function to update signed message...
2007-08-21  Juan Langcrypt32: Make more functions members of signed message...
2007-08-21  Juan Langcrypt32: Make updating a hash a member of signed messag...
2007-08-21  Juan Langcrypt32: Make a helper function to a free a signed...
2007-08-21  Juan Langcrypt32: Use signed message data type for decoded signe...
2007-08-21  Juan Langcrypt32: Make a signed message data type.
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-15  Juan Langcrypt32: Set return value on exception.
2007-08-08  Juan Langcrypt32: According to MSDN, inner content is only decod...
2007-08-03  Francois Gougetcrypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
2007-07-31  Juan Langcrypt32: Support getting the inner content OID from...
2007-07-31  Juan Langcrypt32: Get rid of attribute certs from signed info...
2007-07-31  Juan Langcrypt32: Add CryptMsgControl stub.
2007-07-31  Juan Langcrypt32: Implement getting the signer cert info 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-30  Juan Langcrypt32: Only destroy a decoded message's hash if it...
2007-07-30  Juan Langcrypt32: Implement getting some parameters from a decod...
2007-07-30  Juan Langcrypt32: Change type to avoid unnecessary casting.
2007-07-30  Juan Langcrypt32: Store decoded signed content in message.
2007-07-30  Juan Langcrypt32: Correct type of a decoded signed message.
2007-07-30  Juan Langcrypt32: A decoded message's parameters are dependent...
2007-07-26  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-26  Juan Langcrypt32: Partially implement decoding of signed messages.
2007-07-26  Juan Langcrypt32: Remove redundant assignment.
2007-07-25  Juan Langcrypt32: Test and implement getting the encoded signers...
2007-07-24  Juan Langcrypt32: Implement getting version from an encoded...
2007-07-24  Juan Langcrypt32: Use consistent types for storing and encoding...
2007-07-24  Juan Langcrypt32: Separate signer handles from signer info to...
next