You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes AzureSignTool incorrectly detects unsigned file as signed and skips such file from signing. The issue appears under the following conditions:
-s switch is used
file being signed contains a certificate, PKCS7 (signed or unsigned) bag as a content, embedded resource, etc
sometimes AzureSignTool incorrectly detects unsigned file as signed and skips such file from signing. The issue appears under the following conditions:
-s
switch is usedCode Signing
EKUThe root cause is because the
X509Certificate.FromSignedFile
.NET API is flawed and description is misleading. More details in my blog post about this particular issue: https://www.pkisolutions.com/blog/azuresigntool-incorrectly-identifies-unsigned-files-as-signed/The text was updated successfully, but these errors were encountered: