mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-19 22:28:05 -05:00
Release 2.9
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
parent
2b3228d549
commit
76ee550c9d
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.9-dev
|
version: osslsigncode-2.9
|
||||||
|
|
||||||
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
|
||||||
|
14
NEWS.md
14
NEWS.md
@ -1,13 +1,21 @@
|
|||||||
# osslsigncode change log
|
# osslsigncode change log
|
||||||
|
|
||||||
### 2.9 (unreleased)
|
### 2.9 (2024.06.29)
|
||||||
|
|
||||||
- added a 64 bit long pseudo-random NONCE in the TSA request
|
- added a 64 bit long pseudo-random NONCE in the TSA request
|
||||||
- used native HTTP client with OpenSSL 3.0 or later, removed libcurl dependency
|
- missing NID_pkcs9_signingTime is no longer an error
|
||||||
|
- added support for PEM-encoded CRLs
|
||||||
|
- fixed the APPX central directory sorting order
|
||||||
|
- added a special "-" file name to read the passphrase from stdin
|
||||||
|
(by Steve McIntyre)
|
||||||
|
- used native HTTP client with OpenSSL 3.x, removing libcurl dependency
|
||||||
|
- added '-login' option to force a login to PKCS11 engines
|
||||||
|
(by Brad Hughes)
|
||||||
- added the "-ignore-crl" option to disable fetching and verifying
|
- added the "-ignore-crl" option to disable fetching and verifying
|
||||||
CRL Distribution Points
|
CRL Distribution Points
|
||||||
- changed error output to stderr instead of stdout
|
- changed error output to stderr instead of stdout
|
||||||
- improved testing
|
- various testing framework improvements
|
||||||
|
- various memory corruption fixes
|
||||||
|
|
||||||
### 2.8 (2024.03.03)
|
### 2.8 (2024.03.03)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user