mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[PSDK] Update wincrypt.h. CORE-15682
This commit is contained in:
parent
8767115816
commit
9755a82226
1 changed files with 2 additions and 0 deletions
|
@ -2505,6 +2505,7 @@ static const WCHAR CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME[] =
|
|||
#define CRYPT_OID_IMPORT_PRIVATE_KEY_INFO_FUNC "CryptDllImportPrivateKeyInfoEx"
|
||||
#define CRYPT_OID_VERIFY_CERTIFICATE_CHAIN_POLICY_FUNC \
|
||||
"CertDllVerifyCertificateChainPolicy"
|
||||
#define CRYPT_OID_CONVERT_PUBLIC_KEY_INFO_FUNC "CryptDllConvertPublicKeyInfo"
|
||||
#define URL_OID_GET_OBJECT_URL_FUNC "UrlDllGetObjectUrl"
|
||||
#define TIME_VALID_OID_GET_OBJECT_FUNC "TimeValidDllGetObject"
|
||||
#define CMSG_OID_GEN_CONTENT_ENCRYPT_KEY_FUNC "CryptMsgDllGenContentEncryptKey"
|
||||
|
@ -2534,6 +2535,7 @@ static const WCHAR CRYPT_OID_REG_FLAGS_VALUE_NAME[] =
|
|||
#define CRYPT_DEFAULT_OID "DEFAULT"
|
||||
|
||||
#define CRYPT_INSTALL_OID_FUNC_BEFORE_FLAG 1
|
||||
#define CRYPT_INSTALL_OID_INFO_BEFORE_FLAG 1
|
||||
|
||||
#define CRYPT_GET_INSTALLED_OID_FUNC_FLAG 0x1
|
||||
|
||||
|
|
Loading…
Reference in a new issue