mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-02 19:22:47 -05:00
Release 2.10
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
BUILD_TYPE: Release
|
||||
version: osslsigncode-2.10-dev
|
||||
version: osslsigncode-2.10
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -16,7 +16,7 @@ project(osslsigncode
|
||||
LANGUAGES C)
|
||||
|
||||
# force nonstandard version format for development packages
|
||||
set(DEV "-dev")
|
||||
set(DEV "")
|
||||
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
|
||||
|
||||
# version and contact information
|
||||
|
5
NEWS.md
5
NEWS.md
@ -1,6 +1,6 @@
|
||||
# osslsigncode change log
|
||||
|
||||
### 2.10 (unreleased)
|
||||
### 2.10 (2025.06.23)
|
||||
|
||||
- added JavaScript signing
|
||||
- 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 '-blobFile' option to specify a file containing the blob content
|
||||
- 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 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)
|
||||
|
||||
|
Reference in New Issue
Block a user