include: Assorted spelling fixes.
[wine] / dlls / wintrust / softpub.c
2011-12-12  Juan Langwintrust: Don't dereference a potentially NULL pointer.
2011-09-15  Juan Langwintrust: Correct ObjectTrust error with empty files.
2010-10-15  Juan Langwintrust: Get time to verify from cryptographic message...
2010-03-03  Juan Langwintrust: Correct GenericChainCertificateTrust's handli...
2010-02-02  Juan Langwintrust: Fix copy-paste error.
2010-02-02  Juan Langwintrust: Fix uninitialized return value (Coverity).
2010-01-29  Juan Langwintrust: Return error directly from WINTRUST_CreateCha...
2010-01-29  Juan Langwintrust: Fail creating a chain if a store couldn't...
2010-01-29  Juan Langwintrust: Return error directly from WINTRUST_CopyChain.
2010-01-29  Juan Langwintrust: Simplify error handling in SoftpubLoadSignature.
2010-01-29  Juan Langwintrust: Return error directly from WINTRUST_SaveSigner.
2010-01-29  Juan Langwintrust: Return error directly from WINTRUST_VerifySigner.
2010-01-28  Juan Langwintrust: Close file handle on error loading a message...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_LoadCertMe...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_DecodeInne...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_CreateStor...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_GetMessage...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_GetSIP.
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_GetFileSub...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_OpenFile.
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_LoadCatalo...
2010-01-28  Juan Langwintrust: Return error directly from SOFTPUB_LoadFileMe...
2009-11-04  Juan Langwintrust: Only close a file in SoftpubCleanup if the...
2009-08-14  Alexandre Julliardwintrust: Add stubs for the driver policy init functions.
2009-06-15  Juan Langwintrust: Check for the presence of required members...
2009-06-12  Hans Leidekkerwintrust: Add stub implementations of HTTPSCertificateT...
2009-06-12  Juan Langwintrust: Only check the pgKnownSubject member if the...
2009-01-29  Michael Stefaniucwintrust: Remove superfluous pointer casts.
2008-10-24  Juan Langwintrust: Partially implement SoftpubLoadMessage for...
2008-10-24  Juan Langwintrust: Pass file handle and path to SOFTPUB_GetMessa...
2008-10-24  Juan Langwintrust: Separate loading a message from a WINTRUST_FI...
2008-10-24  Juan Langwintrust: Separate loading a message from a WINTRUST_CE...
2008-10-09  Juan Langwintrust: Don't hardcode supported OIDs, let CryptDecod...
2008-09-29  Juan Langwintrust: Only set the error on the root element of...
2008-09-29  Juan Langwintrust: Use helper function for setting confidence...
2008-09-29  Juan Langwintrust: Map cert trust error status to a windows...
2008-09-23  Juan Langwintrust: Check that the end certificate in the chain...
2008-09-23  Juan Langwintrust: Only do policy check if pointer is set.
2008-09-23  Juan Langwintrust: Always initialize CERT_CHAIN_PARA's Requested...
2008-09-23  Juan Langwintrust: Store the error status and confidence for...
2008-09-23  Juan Langwintrust: Search all additional stores when building...
2008-09-12  Rob Shearmanwintrust: Add explicit "!= NO_ERROR" to expressions...
2008-07-16  Juan Langwintrust: Correct error slot for SoftpubLoadSignature.
2008-03-24  Andrew Talbotwintrust: Assign to structs instead of using memcpy.
2007-10-09  Juan Langwintrust: Add traces.
2007-10-09  Juan Langwintrust: Implement GenericChainFinalProv.
2007-10-09  Juan Langwintrust: Implement GenericChainCertificateTrust.
2007-10-09  Juan Langwintrust: Add a helper function to create a chain for...
2007-10-09  Juan Langwintrust: Add a helper function to initialize chain...
2007-10-04  Juan Langwintrust: Use verify time rather than current time...
2007-10-04  Juan Langwintrust: Remove bad check that prevents root certifica...
2007-10-04  Juan Langwintrust: Use file's creation time as time to verify.
2007-10-04  Juan Langwintrust: Copy time to verify from cert info.
2007-10-01  Juan Langwintrust: In SoftpubLoadSignature, don't assume a messa...
2007-10-01  Juan Langwintrust: Improve SoftpubLoadMessage for WTD_CHOICE_CERT.
2007-10-01  Juan Langwintrust: Implement SoftpubDefCertInit.
2007-09-13  Juan Langwintrust: Partially implement SoftpubAuthenticode.
2007-09-13  Juan Langwintrust: Save signer cert so chain can be created.
2007-09-13  Juan Langwintrust: Implement SoftpubCleanup.
2007-09-12  Francois Gougetwintrust: Fix compilation on systems that don't support...
2007-08-29  Juan Langwintrust: Implement pfnCertificateTrust.
2007-08-29  Juan Langwintrust: Save signers of a message in SoftpubLoadSigna...
2007-08-29  Juan Langwintrust: Use a helper function to get a signer's cert...
2007-08-29  Juan Langwintrust: Use pfnAddStore2Chain internally.
2007-08-28  Juan Langwintrust: Implement SoftpubLoadSignature.
2007-08-28  Juan Langwintrust: Test and implement SoftpubLoadMessage.
2007-08-27  Juan Langwintrust: Test and implement SoftpubInitialize.