Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct CRYPT_ACQUIRE_FLAGS #1710

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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