ntdll: Added parsing of the external proxy element in manifests.
[wine] / dlls / crypt32 /
2007-07-18  Juan Langcrypt32: Add a couple more parameter tests for 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: Add a few tests for decoded message parameters.
2007-07-18  Juan Langcrypt32: Fix a bad comment.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Remove a redundant line.
2007-07-18  Juan Langcrypt32: Add tests for decoding a hash message.
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-16  Juan Langcrypt32: Fix decoding sequences with extra trailing...
2007-07-16  Juan Langcrypt32: Add test showing extra trailing bytes should...
2007-07-13  Paul Vrienscrypt32/tests: Skip test if we don't have enough rights.
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: Relax a test, the specific error isn't so...
2007-07-13  Juan Langcrypt32: Implement retrieving a hashed message's content.
2007-07-13  Juan Langcrypt32: Introduce an algorithm id encoding function...
2007-07-13  Juan Langcrypt32: Add tests for retrieving the content of a...
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: Add tests for hash message encoding.
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: Test updating hash messages with NULL stream...
2007-07-13  Juan Langcrypt32: Simplify hash value tests.
2007-07-13  Juan Langcrypt32: Implement getting a hash message's hash value.
2007-07-13  Juan Langcrypt32: Add tests for getting hash message params.
2007-07-13  Juan Langcrypt32: Add a stub hash message implementation.
2007-07-13  Juan Langcrypt32: Test opening hash messages to encode with...
2007-07-13  Juan Langcrypt32: Add tests for updating hash messages opened...
2007-07-13  Juan Langcrypt32: Add open tests for hash messages.
2007-07-13  Juan Langcrypt32: Implement streamed encoding of definite-length...
2007-07-13  Juan Langcrypt32: Make some encoding functions available outside...
2007-07-10  Juan Langcrypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPu...
2007-07-10  Juan Langcrypt32: Implement CryptSIPLoad.
2007-07-10  Juan Langcrypt32: More decode message update tests.
2007-07-10  Juan Langcrypt32: Add some tests for updating decode messages.
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: Add tests for streamed encoding of data messages.
2007-07-10  Juan Langcrypt32: Test that inner content OID is ignored for...
2007-07-10  Juan Langcrypt32: Make a copy of a passed-in stream info rather...
2007-07-10  Juan Langcrypt32: Add more tests for opening a data message...
2007-07-10  Juan Langcrypt32: Pass function pointers to CryptMsgBase_Init...
2007-07-05  Francois GougetAssorted spelling fixes.
2007-07-02  Juan Langcrypt32: Accept ERROR_INVALID_PARAMETER in addition...
2007-07-02  Juan Langcrypt32: Accept ERROR_BADKEY in addition to ERROR_INVAL...
2007-07-02  Juan Langcrypt32: Accept OSS errors as well.
2007-07-02  Juan Langcrypt32: Accept OSS errors.
2007-07-02  Juan Langcrypt32: Don't fail when CryptVerifyCertificateSignatur...
2007-07-02  Juan Langcrypt32: Use skip to avoid failures where support is...
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 tests for data message encoding.
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.
2007-06-29  Juan Langcrypt32: Add an update function, use it to implement...
2007-06-29  Juan Langcrypt32: Add a get param function, use it to implement...
2007-06-29  Juan Langcrypt32: Stub CryptMsgOpenToEncode for data messages.
2007-06-29  Juan Langcrypt32: Test CryptMsgGetParam for data messages opened...
2007-06-29  Juan Langcrypt32: Test CryptMsgUpdate for data messages opened...
2007-06-29  Juan Langcrypt32: Test CryptMsgOpenToEncode for data messages.
2007-06-29  Juan Langcrypt32: Add base message type and use it to implement...
2007-06-29  Juan Langcrypt32: Add basic parameter checking to CryptMsgOpenTo*.
2007-06-29  Juan Langcrypt32: Add basic tests for CryptMsg functions.
2007-06-29  Juan Langcrypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*.
2007-06-26  Alexandre Julliardcrypt32: Fix an uninitialized variable compiler warning.
2007-06-25  Jeff Latimercrypt32: Fix possible dereference of NULL ptr.
2007-06-25  Alexandre Julliardcrypt32: Fix incorrect usage of CharNextA.
2007-06-18  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-06-18  Paul Vrienscrypt32/tests: Don't crash on Vista.
2007-06-14  Francois Gougetcrypt32: Add missing '\n' to ok() call.
2007-06-14  Paul Vrienscrypt32/tests: Vista uses a different error code.
2007-06-14  Paul Vrienscrypt32/tests: Skip tests if we don't have enough rights.
2007-06-13  Paul Vrienscrypt32/tests: Skip tests if we don't have enough rights.
2007-06-13  Juan Langcrypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
2007-06-13  Juan Langcrypt32: Use CRYPT_EncodeEnsureSpace to allocate memory...
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
2007-06-13  Juan Langcrypt32: Separate set encoding into a separate function.
2007-06-13  Juan Langcrypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding...
2007-06-11  Juan Langcrypt32: Add CryptMsg* stubs.
2007-06-04  Stefan Leichtercrypt32: Replace CRYPT_RecurseDeleteKey with RegDeleteT...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Juan Langcrypt32: Remove wrong test and parameter check.
2007-05-25  Juan Langcrypt32: Statically initialize static lists and critica...
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-15  Juan Langcrypt32: Remove last error checks on success.
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
next