* include/wincrypt.h  (struct _CRYPT_KEY_PROV_PARAM,
        struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
        CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
        CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
        CertSetCertificateContextProperty, CertCompareCertificateName,
        CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
        CryptGetDefaultProviderW and many corresponding macroes): Define.
        * lib/crypt32.def  (Export the above 11 functions): Export.
        * include/winerror.h  (CRYPT_E_NOT_FOUND and other crypt related
        macroes): Define.
This commit is contained in:
Chris Sutcliffe
2008-07-25 22:09:36 +00:00
parent 2fd104c0a7
commit b6e1c2af52
4 changed files with 224 additions and 0 deletions

View File

@ -34,3 +34,14 @@ CertDeleteCertificateFromStore@4
PFXIsPFXBlob@4
PFXVerifyPassword@12
PFXImportCertStore@12
CertGetCertificateContextProperty@16
CryptEnumKeyIdentifierProperties@28
CryptAcquireCertificatePrivateKey@24
CertCreateCertificateContext@12
CryptGetKeyIdentifierProperty@28
CertSetCertificateContextProperty@16
CertCompareCertificateName@12
CryptSetKeyIdentifierProperty@24
CryptEncodeObject@20
CryptGetDefaultProviderA@20
CryptGetDefaultProviderW@20