Release 2.10

Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
Michał Trojnara
2025-06-23 21:36:13 +02:00
parent 343b0af1fe
commit 8329a14f8b
3 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ on:
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release BUILD_TYPE: Release
version: osslsigncode-2.10-dev version: osslsigncode-2.10
jobs: jobs:
build: build:

View File

@ -16,7 +16,7 @@ project(osslsigncode
LANGUAGES C) LANGUAGES C)
# force nonstandard version format for development packages # force nonstandard version format for development packages
set(DEV "-dev") set(DEV "")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
# version and contact information # version and contact information

View File

@ -1,6 +1,6 @@
# osslsigncode change log # osslsigncode change log
### 2.10 (unreleased) ### 2.10 (2025.06.23)
- added JavaScript signing - added JavaScript signing
- added PKCS#11 provider support (requires OpenSSL 3.0+) - added PKCS#11 provider support (requires OpenSSL 3.0+)
@ -10,10 +10,9 @@
- added the "-engineCtrl" option to control hardware and CNG engines - added the "-engineCtrl" option to control hardware and CNG engines
- added the '-blobFile' option to specify a file containing the blob content - added the '-blobFile' option to specify a file containing the blob content
- improved unauthenticated blob support (thanks to Asger Hautop Drewsen) - improved unauthenticated blob support (thanks to Asger Hautop Drewsen)
- improved UTF-8 handling for certificate subjects and issuers
- fixed support for multiple signerInfo contentType OIDs (CTL and Authenticode) - fixed support for multiple signerInfo contentType OIDs (CTL and Authenticode)
- fixed tests for python-cryptography >= 43.0.0 - fixed tests for python-cryptography >= 43.0.0
- improved UTF-8 handling for certificate subjects and issuers;
missing names now print as "N/A"
### 2.9 (2024.06.29) ### 2.9 (2024.06.29)