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
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