New
Apple Codesign 0.26.0
Release Info
Changelog
- (New feature) On Windows, it is now possible to sign with code signing
certificates stored in the Windows Certificate Store. The
signcommand (and other commands taking certificate sources) gained--windows-store-nameand--windows-store-sha1-fingerprintarguments to specify a certificate in the Windows Certificate Store to use. New commandswindows-store-print-certificatesandwindows-store-export-certificate-chaincan discover and export certificates in the Windows Certificate Store. Feature contributed by El Mostafa Idrassi in #111. - Fixed a bug where a
signing without an Apple signed certificate but signing settings contain a team namewarning was printed incorrectly. - We now print a warning when signing using an expired certificate.
- Fixed a bug where
sign --code-signature-flagscould not be scoped. (#116)