Signotaur v1.2.0.80

Released: Apr 1, 2026

Actualizaciones en v1.2.0.80

Características

  • NuGet package (.nupkg) and Visual Studio extension (.vsix) signing is now supported, including timestamping and comprehensive verification.
  • Added CMS/PKCS#7 signing support for .mobileconfig, .mobileprovision, .provisionprofile and other non-Authenticode file types.
  • Certificates without a matching private key or Code Signing EKU are now rejected at registration.
  • Unsuitable PKCS#11 certificates are shown greyed out with warnings in the certificate selection UI.
  • A warning is now displayed when signing MSI files without --description, which can cause a cryptic publisher name in Windows UAC prompts.
  • New '--unsupported-file-types' (--uf) option controls how unrecognised file types are handled during signing and verification.
  • Infrastructure:
    • Moved ClickOnce/VSTO manifest signing from server to client, reducing the server's reliance on Windows-only native code.
    • General improvements to error handling.
    • Updated .NET SDK to v10.0.201.
    • Third-party package updates.

Correcciones

  • Fixed certificate key type and size not showing immediately after registering a new certificate.
  • Fixed database warning caused by an unnecessary transaction in API key lookup.