From cdf53001559291d50857ff85888a31b4e1cf315a Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 3 Nov 2005 08:21:18 +0000 Subject: * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData, CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx, CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs. Thanks to: F Richter Fix some ChangeLog whitespace. --- winsup/w32api/ChangeLog | 17 ++++++++++++----- winsup/w32api/lib/crypt32.def | 8 ++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index e66ccc8a6..faa8555ce 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,4 +1,11 @@ -2005-10-29 Chris Sutcliffe +2005-11-03 Danny Smith + + * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData, + CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx, + CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs. + Thanks to: F Richter + +2005-10-29 Chris Sutcliffe * include/objbase.h: Fix typo. * include/w32api.h: Increment version to 3.5. @@ -18,23 +25,23 @@ * include/winbase.h (GetProcessId): Declare. -2005-09-23 Chris Sutcliffe +2005-09-23 Chris Sutcliffe * lib/ddk/newdev.def: Added. Thanks to: Stephan Meyer -2005-09-23 Chris Sutcliffe +2005-09-23 Chris Sutcliffe * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500 component. Thanks to: Gennady Feldman -2005-09-23 Chris Sutcliffe +2005-09-23 Chris Sutcliffe * lib/shell32.def (SHILCreateFromPath): Add stub. Thanks to: Michael Jung -2005-09-21 Chris Sutcliffe +2005-09-21 Chris Sutcliffe * include/winbase.h (RegisterWaitForSingleObject, RegisterWaitForSingleObjectEx): Define. diff --git a/winsup/w32api/lib/crypt32.def b/winsup/w32api/lib/crypt32.def index c778f1d06..7d7c434a7 100644 --- a/winsup/w32api/lib/crypt32.def +++ b/winsup/w32api/lib/crypt32.def @@ -13,3 +13,11 @@ CertFreeCertificateContext@4 CertGetIssuerCertificateFromStore@16 CertFindChainInStore@24 CertOpenStore@20 +CertOIDToAlgId@4 +CertAlgIDToOID@4 +CryptProtectData@28 +CryptUnprotectData@28 +CryptDecodeObjectEx@32 +CryptEncodeObjectEx@28 +CryptRegisterOIDFunction@20 +CryptUnregisterOIDFunction@12 -- cgit v1.2.3