Skip to content

osslsigncode 2.4

Compare
Choose a tag to compare
@mtrojnar mtrojnar released this 02 Aug 20:11
· 247 commits to master since this release

2.4 (2022.08.02)

  • migrated the build system from GNU Autoconf to CMake
  • added the "-h" option to set the cryptographic hash function for the "attach -signature" and "add" commands
  • set the default hash function to "sha256"
  • added the "attach-signature" option to compute and compare the leaf certificate hash for the "add" command
  • renamed the "-st" option "-time" (the old name is accepted for compatibility)
  • updated the "-time" option to also set explicit verification time
  • added the "-ignore-timestamp" option to disable timestamp server signature verification
  • removed the "-timestamp-expiration" option
  • fixed several bugs
  • updated the included documentation
  • enabled additional compiler/linker hardening options
  • added CI based on GitHub Actions