inetcomm/tests: Add test for IMimeInternational_GetDefaultCharset.
[wine] / dlls / crypt32 /
2008-09-11  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-11  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-11  James Hawkinscrypt32: Fix a failing test in win9x.
2008-09-11  Juan Langcrypt32: Don't set salt's cbData unless allocation...
2008-09-10  Juan Langcrypt32: Get rid of a magic number and a redundant...
2008-09-10  Juan Langcrypt32: Return FALSE rather than crash if memory alloc...
2008-09-10  Juan Langcrypt32: Fix typo. Fixes Coverity item 605.
2008-09-10  Juan Langcrypt32: Assert condition that can occur only in case...
2008-09-09  Juan Langcrypt32: Simplify CryptVerifyMessageSignature.
2008-09-09  Juan Langcrypt32: Implement CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Add tests for CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Add stub for CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Test verifying the signature of a detached...
2008-09-09  Juan Langcrypt32: Don't crash when asked to verify a signature...
2008-09-09  Juan Langcrypt32: Implement CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Add tests for CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Add stub for CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Don't store redundant copy of detached hash...
2008-09-09  Juan Langcrypt32: Check length of sequence before checking tag.
2008-09-08  Paul Vrienscrypt32/tests: Fix a test on Vista.
2008-09-08  James Hawkinscrypt32: Trace the returned value on failure.
2008-09-05  Francois Gougetcrypt32/tests: Add a trailing '\n' to an ok() call.
2008-09-05  Paul Vrienscrypt32/tests: Don't crash on Vista.
2008-09-05  Alexandre Julliardcrypt32: Avoid some uninitialized variable warnings...
2008-09-03  James Hawkinscrypt32: Fix a few test failures in win9x.
2008-09-03  James Hawkinscrypt32: Fix several failing tests in win9x.
2008-09-03  James Hawkinscrypt32: Fix several test failures in win9x.
2008-09-03  James Hawkinscrypt32: Fix several failing tests in win9x.
2008-09-03  James Hawkinscrypt32: Fix a failing test in Vista.
2008-09-03  James Hawkinscrypt32: Remove a test with a binary result that behave...
2008-09-03  James Hawkinscrypt32: Fix a test that fails in Vista.
2008-09-02  Francois Gougetcrypt32: Fix compilation on systems that don't support...
2008-09-02  Juan Langcrypt32: Implement CertAddCTLContextToStore.
2008-09-02  Juan Langcrypt32: Add tests for CertAddEncodedCTLToStore.
2008-09-02  Juan Langcrypt32: Implement CertFindCTLInStore.
2008-09-02  Juan Langcrypt32: Implement CertDeleteCTLFromStore.
2008-09-02  Juan Langcrypt32: Implement CertEnumCTLsInStore.
2008-09-02  Juan Langcrypt32: Add CTLs to the registry store.
2008-09-02  Juan Langcrypt32: Add CTLs to the file store.
2008-09-02  Juan Langcrypt32: Add CTLs to the provider store.
2008-09-02  Juan Langcrypt32: Add CTLs to the collection store.
2008-09-02  Juan Langcrypt32: Add CTLs to the memory store.
2008-09-02  Juan Langcrypt32: Implement CertAddEncodedCTLToStore.
2008-09-02  Juan Langcrypt32: Implement CertDuplicateCTLContext.
2008-09-02  Juan Langcrypt32: Add support for CTL properties.
2008-09-02  Juan Langcrypt32: Add tests for CertGetCTLContextProperty.
2008-09-02  Juan Langcrypt32: Implement CertCreateCTLContext and CertFreeCTL...
2008-09-02  Juan Langcrypt32: Add tests for CertCreateCTLContext.
2008-08-29  James Hawkinscrypt32: Split the test for ret and last error up.
2008-08-29  James Hawkinscrypt32: Fix a failing test in Vista.
2008-08-29  James Hawkinscrypt32: Fix a failing test in Vista.
2008-08-29  James Hawkinscrypt32: Fix a failing test in XP.
2008-08-29  Juan Langcrypt32: Add tests showing signed CTLs aren't decoded...
2008-08-29  Juan Langcrypt32: Fix typo.
2008-08-29  Juan Langcrypt32: Fix typo.
2008-08-29  Huw Daviescrypt32: Fix streamed, detached updates.
2008-08-29  Huw Daviescrypt32/tests: Add a test for streamed, detached updates.
2008-08-28  Juan Langcrypt32: Implement CTL decoding.
2008-08-28  Juan Langcrypt32: Implement encoding CTLs.
2008-08-28  Juan Langcrypt32: Add tests for encoding/decoding CTLs.
2008-08-28  Juan Langcrypt32: Don't ignore errors when encoding items in...
2008-08-28  Juan Langcrypt32: Implement authority info access decoding.
2008-08-28  Juan Langcrypt32: Implement authority info access encoding.
2008-08-28  Juan Langcrypt32: Test encoding/decoding the authority info...
2008-08-27  Juan Langcrypt32: Implement CryptVerifyDetachedMessageHash.
2008-08-27  Juan Langcrypt32: Add tests for CryptVerifyDetachedHashMessage.
2008-08-27  Juan Langcrypt32: Add stub for CryptVerifyDetachedMessageHash.
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-27  Juan Langcrypt32: Add tests for verifying the hash of a detached...
2008-08-27  Huw Daviescrypt32: Add support for CERT_NAME_STR_REVERSE_FLAG.
2008-08-26  Paul Vrienscrypt32/tests: Use CryptAcquireContextA instead of...
2008-08-22  Huw Daviescrypt32: Remove some unnecessary code.
2008-08-22  Huw Daviescrypt32: Don't decrease the size of the buffer, since...
2008-08-21  Huw Daviescrypt32: Initialize the size to zero.
2008-08-21  Huw Daviescrypt32: Don't write to pvStructInfo if it's NULL.
2008-08-21  Juan Langcrypt32: Add support for decoding PKCS_SMIME_CAPABILITIES.
2008-08-21  Juan Langcrypt32: Add support for encoding PKCS_SMIME_CAPABILITIES.
2008-08-21  Juan Langcrypt32: Add tests for encoding/decoding PKCS_SMIME_CAP...
2008-08-21  Juan Langcrypt32: Reduce excessive indenting.
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: 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-21  Juan Langcrypt32: Use CMS messages rather than PKCS messages...
2008-08-20  Juan Langcrypt32: Always set *pcbStructInfo.
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-20  Juan Langcrypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
2008-08-20  Juan Langcrypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
2008-08-20  Juan Langcrypt32: Add tests for encoding/decoding CMSG_CMS_SIGNE...
2008-08-19  Juan Langcrypt32: Free memory using the correct function on...
2008-08-19  Juan Langcrypt32: Fix length calculation for decoding CRL_DIST_P...
next