crypt32: Correct trust error status for cyclic chains.
[wine] / dlls / crypt32 /
2008-10-23  Juan Langcrypt32: Correct trust error status for cyclic chains.
2008-10-23  Juan Langcrypt32: Add stub for CertEnumPhysicalStore.
2008-10-23  Juan Langcrypt32: Pass flags to enumeration callback.
2008-10-21  Juan Langcrypt32: Don't crash if adding to a provider store...
2008-10-17  Juan Langcrypt32: Fix expected/got mixup.
2008-10-17  Juan Langcrypt32: Correct another chain status discrepancy with...
2008-10-17  Juan Langcrypt32: Microsoft fixed a bug with name constraints...
2008-10-17  Juan Langcrypt32: Actually compare chain status instead of doing...
2008-10-17  Juan Langcrypt32: Use helper function and broken() macro to...
2008-10-17  Juan Langcrypt32: Include policy being checked in failure message.
2008-10-17  Juan Langcrypt32: Make some variables const.
2008-10-17  Juan Langcrypt32: Don't check for no data to decode in CryptDeco...
2008-10-17  Juan Langcrypt32: Correct last error when no data are passed...
2008-10-17  Juan Langcrypt32: Fix a few more test failures.
2008-10-16  Juan Langcrypt32: Fix a test failure on Win98.
2008-10-16  Juan Langcrypt32: Fix tests on WinME.
2008-10-16  Juan Langcrypt32: Fix remaining Win9x encoding test failures.
2008-10-14  Juan Langcrypt32: Fix more test failures on Win9x.
2008-10-13  Detlef Riekenbergcrypt32/tests: Fix some tests on win9x.
2008-10-13  Detlef Riekenbergcrypt32/tests: Fix a test on win9x.
2008-10-10  Juan Langcrypt32: Fix some test failures on Win9x.
2008-10-09  Juan Langcrypt32: Fix error handling for cyclic chains.
2008-10-09  Juan Langcrypt32: Remove an error that no longer fails.
2008-10-09  Juan Langcrypt32: Fix some chain failures on Win9x/NT4.
2008-10-09  Juan Langcrypt32: Fix test failures on NT4.
2008-10-09  Juan Langcrypt32: Implement CryptSIPRetrieveSubjectGuid for...
2008-10-06  Rob ShearmanAdd configure check for dirent.h and readdir.
2008-09-29  James Hawkinscrypt32: Fix several failing tests in win9x.
2008-09-24  James Hawkinscrypt32: Fix several test failures in win98.
2008-09-24  Andrew Talbotcrypt32: Sign-compare warnings fix.
2008-09-24  Andrew Talbotcrypt32: Sign-compare warnings fix.
2008-09-19  Paul Vrienscrypt32/tests: Add a missing CryptMsgUpdate.
2008-09-18  Juan Langcrypt32: Add support for the CERT_EXTENDED_ERROR_INFO_P...
2008-09-18  Paul Vrienscrypt32/tests: Don't crash on win9x.
2008-09-15  Paul Vrienscrypt32/tests: Don't crash on NT4.
2008-09-12  Francois Gougetcrypt32/tests: Win98 is missing Crypt{Encode,Decode...
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...
next