dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
448 stars 84 forks source link

Update to System.Security.Cryptography.Pkcs 7.0.1 #596

Closed dtivel closed 1 year ago

dtivel commented 1 year ago

Resolve https://github.com/dotnet/sign/issues/539.

This change updates from System.Security.Cryptography.Pkcs 7.0 to 7.0.1, which brings in this fix.

I've manually verified that this works. It's difficult to satisfactorily automate testing of this scenario, so I've created https://github.com/dotnet/sign/issues/595 as a separate task.

CC @clairernovotny