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:
|
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:
|
||||||
|
@ -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
|
||||||
|
5
NEWS.md
5
NEWS.md
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user