Skip to content

Commit f3a590b

Browse files
committed
Release 2.11
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
1 parent 6631a5f commit f3a590b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99
BUILD_TYPE: Release
10-
version: osslsigncode-2.11-dev
10+
version: osslsigncode-2.11
1111

1212
jobs:
1313
build:

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python
1010

1111
# configure basic project information
1212
project(osslsigncode
13-
VERSION 2.10
13+
VERSION 2.11
1414
DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT, MSI, APPX and script files"
1515
HOMEPAGE_URL "https://github.com/mtrojnar/osslsigncode"
1616
LANGUAGES C)
1717

1818
# force nonstandard version format for development packages
19-
set(DEV "-dev")
19+
set(DEV "")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
2121

2222
# version and contact information

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# osslsigncode change log
22

3-
### 2.11 (unreleased)
3+
### 2.11 (2026.01.20)
4+
- added keyUsage validation for signer certificate
5+
(thanks to Hanqing Zhao and Zi-Quan You for reporting the issue)
6+
- added printing CRL details during signature verification
7+
- implemented a workaround for CRL servers returning the HTTP Content-Type
8+
header other than application/pkix-crl (thanks to Chris Thibodeaux)
9+
- fixed HTTP keep-alive handling
10+
- fixed macOS compiler and linker flags
11+
- fixed undefined BIO_get_fp() behavior with BIO_FLAGS_UPLINK_INTERNAL
412

513
### 2.10 (2025.06.23)
614

0 commit comments

Comments
 (0)