include: Assorted spelling fixes.
[wine] / dlls / wintrust / crypt.c
2011-05-03  Piotr Cabanwintrust: Fix CryptSIPGetSignedMsg (from PE file).
2011-05-03  Piotr Cabanwintrust: Added CryptSIPPutSignedDataMsg implementation...
2011-02-04  Austin Englishwintrust: Remove a dead assignment (LLVM/Clang).
2009-12-07  Juan Langwintrust: Fail to load a certificate from a PE file...
2009-06-25  Aric Stewartwintrust: GetSignedMsgFromCabFile looks for signinfo...
2009-01-21  Hans Leidekkerwintrust: Set system attribute on the target catalog...
2009-01-19  Paul Vrienswintrust: Add some CryptCATCDF stubs.
2009-01-08  Paul Vrienswintrust: Fix removing a catalog file.
2008-12-23  Hans Leidekkerwintrust: Fix message handle type.
2008-12-23  Hans Leidekkerwintrust: Add stub implementations of CryptCATEnumerate...
2008-12-23  Hans Leidekkerwintrust: Implement CryptCATAdminResolveCatalogPath...
2008-12-23  Hans Leidekkerwintrust: Implement CryptCATEnumerateMember.
2008-12-23  Hans Leidekkerwintrust: Test find handles against INVALID_HANDLE_VALUE.
2008-12-22  Hans Leidekkerwintrust: Implement CryptCATOpen and CryptCATClose.
2008-12-22  Hans Leidekkerwintrust: Implement CryptCATAdminEnumCatalogFromHash.
2008-12-22  Hans Leidekkerwintrust: Record full catalog filename in catalog info...
2008-12-19  Hans Leidekkerwintrust: Implement CryptCATAdminCalcHashFromFileHandle.
2008-12-18  Hans Leidekkerwintrust: Implement CryptCATAdminAddCatalog, CryptCATAd...
2008-12-18  Hans Leidekkerwintrust: Implement CryptCATAdminReleaseContext.
2008-12-18  Hans Leidekkerwintrust: Implement CryptCATAdminAcquireContext.
2008-12-11  Andrew Talbotwintrust: Sign-compare warnings fix.
2008-10-16  Maarten Lankhorstincludes: Fix CryptCATAdminAddCatalog definition.
2008-10-09  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg for .cat...
2008-07-24  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg for cabine...
2008-07-24  Juan Langwintrust: Don't assume input file is a PE file in Crypt...
2008-02-11  Paul Vrienswintrust/crypt: Fix some test failures for a NULL param...
2008-01-15  Juan Langwintrust: Don't expect ImageGetCertificateData to succe...
2007-08-16  Juan Langwintrust: Remove redundant check of pbSignedDataMsg...
2007-08-13  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg.
2007-08-08  Francois Gougetwintrust: Fix the CryptCATAdminReleaseCatalogContext...
2007-05-31  James Hawkinswintrust: Add stub implementations for CryptCATAdminAdd...
2007-04-06  Hans Leidekkerwintrust: Improve a number of stubs.
2006-10-04  Paul Vrienswintrust: Win64 printf format warning fixes.
2006-09-27  Paul Vrienswintrust: Added some CryptSIP stub implementations.
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.