wined3d: Ignore tesselated and unused streams when comparing attribs.
[wine] / dlls / wintrust / softpub.c
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.