MicrosoftDocs / WDAC-Toolkit

Documentation and tools to access Windows Defender Application Control (WDAC) technology.
Creative Commons Attribution 4.0 International
201 stars 43 forks source link

Fix bug in Wizard with EKUs #424

Closed jgeurten closed 4 days ago

jgeurten commented 5 days ago

Issue:

EKU rules were not being added to new policies

Fix:

The new merge step did not merge the EKU rules so while the Signer had an EKU reference, the EKU section of the policy was missing the EKUs. Added in a merge EKU method

Also migrated off the obsolete method to calculate the ASN1 encoded value for EKUs. Now using the ASN1 API