Skip to content

Commit

Permalink
Correct CRYPT_ACQUIRE_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Sep 14, 2023
1 parent e97e911 commit 9ddb4d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
24 changes: 4 additions & 20 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -10922,26 +10922,10 @@
{
"name": "CRYPT_ACQUIRE_FLAGS",
"flags": true,
"members": [
{
"name": "CRYPT_ACQUIRE_CACHE_FLAG"
},
{
"name": "CRYPT_ACQUIRE_COMPARE_KEY_FLAG"
},
{
"name": "CRYPT_ACQUIRE_NO_HEALING"
},
{
"name": "CRYPT_ACQUIRE_SILENT_FLAG"
},
{
"name": "CRYPT_ACQUIRE_USE_PROV_INFO_FLAG"
},
{
"name": "CRYPT_ACQUIRE__WINDOWS_HANDLE_FLAG"
}
],
"autoPopulate": {
"header": "wincrypt.h",
"filter": "CRYPT_ACQUIRE_"
},
"uses": [
{
"method": "CryptAcquireCertificatePrivateKey",
Expand Down
11 changes: 11 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1035,3 +1035,14 @@ Windows.Win32.Devices.DeviceAndDriverInstallation.CM_REMOVAL_POLICY added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_REMOVAL_POLICY.CM_REMOVAL_POLICY_EXPECT_NO_REMOVAL added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_REMOVAL_POLICY.CM_REMOVAL_POLICY_EXPECT_ORDERLY_REMOVAL added
Windows.Win32.Devices.DeviceAndDriverInstallation.CM_REMOVAL_POLICY.CM_REMOVAL_POLICY_EXPECT_SURPRISE_REMOVAL added
# Correct CRYPT_ACQUIRE_FLAGS
Windows.Win32.Security.Cryptography.Apis.CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG removed
Windows.Win32.Security.Cryptography.Apis.CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK removed
Windows.Win32.Security.Cryptography.Apis.CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG removed
Windows.Win32.Security.Cryptography.Apis.CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG removed
Windows.Win32.Security.Cryptography.Apis.CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG removed
Windows.Win32.Security.Cryptography.CRYPT_ACQUIRE_FLAGS.CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG added
Windows.Win32.Security.Cryptography.CRYPT_ACQUIRE_FLAGS.CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK added
Windows.Win32.Security.Cryptography.CRYPT_ACQUIRE_FLAGS.CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG added
Windows.Win32.Security.Cryptography.CRYPT_ACQUIRE_FLAGS.CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG added
Windows.Win32.Security.Cryptography.CRYPT_ACQUIRE_FLAGS.CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG added

0 comments on commit 9ddb4d1

Please sign in to comment.