shlwapi: Fix memory leak in test.
[wine] / dlls / crypt32 / msg.c
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...
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: More parameter checking for opening signed...
2007-07-24  Juan Langcrypt32: Add a partial stub for updating a signed encod...
2007-07-24  Juan Langcrypt32: Add stub encoded signed message.
2007-07-23  Juan Langcrypt32: Move decoding hash messages to a helper function.
2007-07-20  Juan Langcrypt32: Implement querying computed hash of a decoded...
2007-07-20  Juan Langcrypt32: Store hash algorithm ID along with other param...
2007-07-20  Juan Langcrypt32: Store (most) parameters of a decoded hash...
2007-07-18  Juan Langcrypt32: Use property list for decoded message parameters.
2007-07-18  Juan Langcrypt32: Implement getting content of a data message.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Move digested data encoding to encode.c.
2007-07-16  Juan Langcrypt32: Implement decoding data messages (when opened...
2007-07-16  Juan Langcrypt32: Partially implement updating decode messages.
2007-07-16  Juan Langcrypt32: Store crypt provider in decode message.
2007-07-13  Juan Langcrypt32: Update comments about hash message version...
2007-07-13  Juan Langcrypt32: Introduce an updated state, and use it to...
2007-07-13  Juan Langcrypt32: Change finalized from a boolean to a state...
2007-07-13  Juan Langcrypt32: Implement retrieving a hashed message's content.
2007-07-13  Juan Langcrypt32: Detached hash messages don't contain the conte...
2007-07-13  Juan Langcrypt32: Don't check if msg is NULL, tests show native...
2007-07-13  Juan Langcrypt32: Add a helper function to copy params.
2007-07-13  Juan Langcrypt32: Copy data in hash message update.
2007-07-13  Juan Langcrypt32: Implement getting hash message version.
2007-07-13  Juan Langcrypt32: Partially implement updating hash messages.
2007-07-13  Juan Langcrypt32: Implement getting a hash message's hash value.
2007-07-13  Juan Langcrypt32: Add a stub hash message implementation.
2007-07-13  Juan Langcrypt32: Implement streamed encoding of definite-length...
2007-07-10  Juan Langcrypt32: Implement getting the type of a decode message.
2007-07-10  Juan Langcrypt32: Add a stub decode message implementation.
2007-07-10  Juan Langcrypt32: Test and fix CryptMsgGetParam for streamed...
2007-07-10  Juan Langcrypt32: Make a copy of a passed-in stream info rather...
2007-07-10  Juan Langcrypt32: Pass function pointers to CryptMsgBase_Init...
2007-06-29  Juan Langcrypt32: Implement getting content for data messages...
2007-06-29  Juan Langcrypt32: Implement getting bare content for data messag...
2007-06-29  Juan Langcrypt32: Add a stub get param function for data message...
2007-06-29  Juan Langcrypt32: Implement CryptMsgUpdate for data messages...
2007-06-29  Juan Langcrypt32: Add a finalized member to message.
2007-06-29  Juan Langcrypt32: Store stream info in message.
next