Skip to content

Releases: mtrojnar/osslsigncode

2.8

03 Mar 22:41
Compare
Choose a tag to compare

2.8 (2024.03.03)

  • Microsoft PowerShell signing sponsored by Cisco Systems, Inc.
  • fixed setting unauthenticated attributes (Countersignature, Unauthenticated
    Data Blob) in a nested signature
  • added the "-index" option to verify a specific signature or modify its
    unauthenticated attributes
  • added CAT file verification
  • added listing the contents of a CAT file with the "-verbose" option
  • added the new "extract-data" command to extract a PKCS#7 data content to be
    signed with "sign" and attached with "attach-signature"
  • added PKCS9_SEQUENCE_NUMBER authenticated attribute support
  • added the "-ignore-cdp" option to disable CRL Distribution Points (CDP)
    online verification
  • unsuccessful CRL retrieval and verification changed into a critical error
  • the "-p" option modified to also use to configured proxy to connect CRL
    Distribution Points
  • added implicit allowlisting of the Microsoft Root Authority serial number
    00C1008B3C3C8811D13EF663ECDF40
  • added listing of certificate chain retrieved from the signature in case of
    verification failure

2.7

19 Sep 21:18
Compare
Choose a tag to compare
2.7

2.7 (2023.09.19)

  • fixed signing CAB files (by Michael Brown)
  • fixed handling of unsupported commands (by Maxim Bagryantsev)
  • fixed writing DIFAT sectors
  • added APPX support (by Maciej Panek and Małgorzata Olszówka)
  • added a built-in TSA response generation (-TSA-certs, -TSA-key
    and -TSA-time options)

2.6

29 May 21:37
Compare
Choose a tag to compare
2.6

2.6 (2023.05.29)

  • modular architecture implemented to simplify adding file formats
  • added verification of CRLs specified in the signing certificate
  • added MSI DIFAT sectors support (by Max Bagryantsev)
  • added legacy provider support for OpenSSL 3.0.0 and later
  • fixed numerous bugs

osslsigncode 2.5

12 Aug 20:55
Compare
Choose a tag to compare

2.5 (2022.08.12)

  • fixed the Unix executable install path
  • fixed the hardcoded "pkcs11" engine id
  • fixed building with MinGW
  • fixed testing with the python3 distributed with Ubuntu 18.04

osslsigncode 2.4

02 Aug 20:11
Compare
Choose a tag to compare

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

osslsigncode 2.3

06 Mar 19:20
Compare
Choose a tag to compare

2.3 (2022.03.06)

CRITICAL SECURITY VULNERABILITIES

This release fixes several critical memory corruption vulnerabilities.
A malicious attacker could create a file, which, when processed with
osslsigncode, triggers arbitrary code execution. Any previous version
of osslsigncode should be immediately upgraded if the tool is used for
processing of untrusted files.

  • fixed several memory safety issues
  • fixed non-interactive PVK (MSBLOB) key decryption
  • added a bash completion script
  • added CA bundle path auto-detection

osslsigncode 2.2

15 Aug 19:52
Compare
Choose a tag to compare

2.2 (2021.08.15)

  • CAT files support (thanks to James McKenzie)
  • MSI support rewritten without libgsf dependency, which allows
    for handling of all the needed MSI metadata, such as dates
  • "-untrusted" option renamed to "-TSA-CAfile"
  • "-CRLuntrusted" option renamed to "-TSA-CRLfile"
  • numerous bug fixes and improvements

osslsigncode 2.1

13 Oct 18:24
Compare
Choose a tag to compare

2.1 (2020-10-11)

  • certificate chain verification support
  • timestamp verification support
  • CRL verification support ("-CRLfile" option)
  • improved CAB signature support
  • nested signatures support
  • user-specified signing time ("-st" option) by vszakats
  • added more tests
  • fixed numerous bugs
  • dropped OpenSSL 1.1.0 support

osslsigncode 2.0

04 Dec 21:22
Compare
Choose a tag to compare

2.0 (2018-12-04)

  • orphaned project adopted by Michał Trojnara
  • ported to OpenSSL 1.1.x
  • ported to SoftHSM2
  • add support for pkcs11-based hardware tokens
    (Patch from Leif Johansson)
  • improved error reporting of timestamping errors
    (Patch from Carlo Teubner)