crypt32: Move file store to a separate file.
[wine] / dlls / wintrust /
2007-08-16  Juan Langwintrust: Remove redundant check of pbSignedDataMsg...
2007-08-15  Juan Langwintrust: Forward WinVerifyTrustEx to WinVerifyTrust.
2007-08-15  Juan Langwintrust: Implement WTHelperProvDataFromStateData.
2007-08-15  Juan Langwintrust: Implement WTHelperGetProvCertFromChain.
2007-08-15  Juan Langwintrust: Implement WTHelperGetProvSignerFromChain.
2007-08-14  Juan Langwintrust: Implement SPC indirect data decoding.
2007-08-14  Juan Langwintrust: Implement SPC indirect data encoding.
2007-08-14  Juan Langwintrust: Implement SPC PE image encoding.
2007-08-14  Juan Langwintrust: Implement SPC PE image decoding.
2007-08-13  Juan Langwintrust: Add tests for encoding and decoding SPC PE...
2007-08-13  Juan Langwintrust: Implement encoding SPC links.
2007-08-13  Juan Langwintrust: Implement decoding SPC links.
2007-08-13  Juan Langwintrust: Add tests for encoding/decoding SPC links.
2007-08-13  Juan Langwintrust: Add stubs for SPC_LINK and SPC_PE_IMAGE encod...
2007-08-13  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg.
2007-08-08  Francois Gougetwintrust: Fix the CryptCATAdminReleaseCatalogContext...
2007-06-25  Paul Vrienswintrust/tests: Add tests for CryptCATAdminCalcHashFrom...
2007-06-13  Alexandre Julliardwintrust/tests: Fix the WintrustGetRegPolicyFlags to...
2007-06-13  Francois Gougetwintrust/tests: Fix checks to be more informative when...
2007-06-13  Francois Gougetwintrust/tests: Simplify the code and improve consisten...
2007-06-06  Paul Vrienswintrust/tests: Use A instead of W-calls.
2007-06-06  Paul Vrienswintrust/tests: Start of some crypt tests for wintrust.
2007-05-31  James Hawkinswintrust: Add stub implementations for CryptCATAdminAdd...
2007-05-15  Juan Langwintrust: Implement WintrustGetRegPolicyFlags and Wintr...
2007-05-03  Juan Langwintrust: Implement WintrustLoadFunctionPointers.
2007-04-06  Hans Leidekkerwintrust: Improve a number of stubs.
2007-01-26  Francois Gougetwintrust: Better match the PSDK types and fix the winap...
2007-01-09  Francois Gougetwintrust/tests: Print GetLastError() in decimal with...
2006-10-04  Paul Vrienswintrust: Win64 printf format warning fixes.
2006-10-03  Paul Vrienswintrust: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-27  Paul Vrienswintrust: Added some CryptSIP stub implementations.
2006-09-26  Paul Vrienswintrust: Implement SoftpubDllRegisterServer.
2006-09-21  James Hawkinswintrust: Add a stub implementation of CryptCATClose.
2006-09-21  James Hawkinswintrust: Add a stub implementation of CryptCATEnumerat...
2006-09-21  James Hawkinswintrust: Move the Crypt* functions to crypt.c.
2006-09-21  James Hawkinswintrust: Add a stub implementation of CryptCATOpen.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Paul Vrienswintrust: Add CryptSIPAddProvider calls to the registra...
2006-09-13  Paul Vrienswintrust: Use the return values of the registration...
2006-09-13  Paul Vrienswintrust: We do care about errors during this kind...
2006-09-13  Paul Vrienswintrust: Simplify registration by using WintrustAddDef...
2006-09-12  Paul Vrienswintrust: Implemented WintrustAddDefaultForUsage.
2006-09-12  Paul Vrienswintrust: Added tests for WintrustAddDefaultForUsage.
2006-09-12  Paul Vrienswintrust: Added stubbed WintrustAddDefaultForUsage.
2006-09-12  Paul Vrienswintrust: Remove some TRACE's as they are now covered...
2006-09-12  Paul Vrienswintrust: Removed stray backslash.
2006-09-12  Paul Vrienswintrust: Typo in TRACE.
2006-09-12  Paul Vrienswintrust: Simplify registrations by using WintrustAddAc...
2006-09-11  Paul Vrienswintrust: Change the name of the strings to not confuse...
2006-09-11  Paul Vrienswintrust: Use the return value of CryptRegisterOIDFunction.
2006-09-11  Francois Gougetwintrust: In recent SDKs, WinVerifyTrust()'s last param...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-09-07  Paul Vrienswintrust: Add a bunch of CryptRegisterOIDFunction calls.
2006-09-07  Paul Vrienswintrust: Only register actions when HKLM\Software...
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_GENERIC_CHAIN_VERIFY.
2006-09-07  Paul Vrienswintrust: Register DRIVER_ACTION_VERIFY.
2006-09-07  Paul Vrienswintrust: Register OFFICESIGN_ACTION_VERIFY.
2006-09-07  Paul Vrienswintrust: Register HTTPSPROV_ACTION.
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_TRUSTPROVIDER_TEST.
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_GENERIC_CERT_VERIFY.
2006-09-07  Paul Vrienswintrust: Register WIN_SPUB_ACTION_PUBLISHED_SOFTWARE_N...
2006-09-07  Paul Vrienswintrust: Register WIN_SPUB_ACTION_PUBLISHED_SOFTWARE.
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_GENERIC_VERIFY_V2.
2006-09-07  Paul Vrienswintrust: Moved the generation of the guidstring to...
2006-09-07  Paul Vrienswintrust: Implementation of WintrustAddActionID.
2006-09-07  Paul Vrienswintrust: Implementation of WintrustRemoveActionID.
2006-09-07  Paul Vrienswintrust: Add some documentation.
2006-09-07  Paul Vrienswintrust: Add some extra tests for WintrustRemoveActionID.
2006-08-29  Paul Vrienswintrust: Add framework and initial tests.
2006-08-29  Paul Vrienswintrust: Add some register stubs.
2006-08-29  Paul Vrienswintrust: Move register related functions to a separate...
2006-08-23  Paul Vrienswintrust: Add some documentation.
2006-08-21  Paul Vrienswintrust: Added stubbed CryptCATAdminEnumCatalogFromHash.
2006-08-15  Paul Vrienswintrust: Added stubbed WintrustLoadFunctionPointers.
2006-08-14  Paul Vrienswintrust: Added stubbed WintrustRemoveActionID.
2006-08-08  James Hawkinswintrust: Always return ERROR_SUCCESS in WinVerifyTrust.
2006-08-02  Juan Langwintrust: Implement TrustIsCertificateSelfSigned.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Mike McCormackwintrust: Use the definition of WINTRUST_ACTION_GENERIC...
2006-03-21  Alexandre JulliardAdded DLL_WINE_PREATTACH handling in a number of stub...
2006-02-18  Juan Langwintrust: Add some stubs.
2005-12-07  Vincent BéronAdd a few missing #includes.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-16  Stefan LeichterAdded stubs for DllRegisterServer, DllUnregisterServer and
2005-09-12  Paul VriensReturn ERROR_SUCCESS as default and TRUST_E_PROVIDER_UN...
2005-09-06  Stefan LeichterAdded version resource to wintrust.dll.
2005-07-15  Paul VriensReturn TRUST_E_PROVIDER_UNKNOWN until implemented.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-05  Paul VriensAdded a stub for CryptCATAdminCalcHashFromFileHandle.
2005-06-01  Mike McCormackAdd stubs and stub implementations.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-02-23  Michael StefaniucStub for CryptCATAdminReleaseContext.
2004-10-21  Francois GougetFix some issues reported by winapi_check:
2004-10-19  Uwe BonnesAdd kernel32 as import for wintrust.
next