Skip to content

Commit

Permalink
wincrypt.h metadata issues. Fixed #1963.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Aug 20, 2024
1 parent c073128 commit 185c3ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define SECURITY_WIN32 // For sspi.h
#define QCC_OS_GROUP_WINDOWS
#define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS

#include "intrinfix.h"

Expand Down
2 changes: 1 addition & 1 deletion generation/WinSDK/autoTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
},
{
"Name": "HCERTCHAINENGINE",
"ValueType": "IntPtr",
"ValueType": "DECLARE_HANDLE",
"CloseApi": "CertFreeCertificateChainEngine",
"InvalidHandleValues": [ -1, 0 ],
"NativeTypedef": true
Expand Down
9 changes: 9 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1302,3 +1302,12 @@ Windows.Win32.Security.Cryptography.Catalog.Apis.CryptCATCDFEnumMembersByCDFTagE
# Added NativeArrayInfo for #1945.
Windows.Win32.System.Services.Apis.StartServiceCtrlDispatcherA : lpServiceStartTable : [Const,In] => [Const,In,NativeArrayInfo]
Windows.Win32.System.Services.Apis.StartServiceCtrlDispatcherW : lpServiceStartTable : [Const,In] => [Const,In,NativeArrayInfo]
# wincrypt.h metadata issues #1963
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.dwRevocationFreshnessTime added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.dwStrongSignFlags added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.dwUrlRetrievalTimeout added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.fCheckRevocationFreshnessTime added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.pftCacheResync added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.pStrongSignPara added
Windows.Win32.Security.Cryptography.CERT_CHAIN_PARA.RequestedIssuancePolicy added
Windows.Win32.Security.Cryptography.HCERTCHAINENGINE.Value...System.IntPtr => System.Void*

0 comments on commit 185c3ef

Please sign in to comment.