Skip to content

Commit 699bc85

Browse files
committed
Release 2.8
Signed-off-by: Michał Trojnara <[email protected]>
1 parent 192e7a7 commit 699bc85

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
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.8-dev
10+
version: osslsigncode-2.8
1111

1212
jobs:
1313
build:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(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: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
# osslsigncode change log
22

3-
### 2.8 (unreleased)
3+
### 2.8 (2024.03.03)
44

55
- Microsoft PowerShell signing sponsored by Cisco Systems, Inc.
6-
- fixed setting unauthenticated attributes (Countersignature,
7-
Unauthenticated Data Blob) in a nested signature
8-
- added support for verifying the signature at a certain position ("-index" option)
9-
- added support for adding unauthenticated attributes to the signature
10-
at a certain position ("-index" option)
11-
- added CAT file verification and listing each member of the CAT file
12-
by using the "-verbose" option
13-
- added new command "extract-data" to extract a PKCS#7 data content to be signed
14-
- PKCS9_SEQUENCE_NUMBER authenticated attribute support
6+
- fixed setting unauthenticated attributes (Countersignature, Unauthenticated
7+
Data Blob) in a nested signature
8+
- added the "-index" option to verify a specific signature or modify its
9+
unauthenticated attributes
10+
- added CAT file verification
11+
- added listing the contents of a CAT file with the "-verbose" option
12+
- added the new "extract-data" command to extract a PKCS#7 data content to be
13+
signed with "sign" and attached with "attach-signature"
14+
- added PKCS9_SEQUENCE_NUMBER authenticated attribute support
1515
- added the "-ignore-cdp" option to disable CRL Distribution Points (CDP)
16-
online verification, inability to retrieve CRL from CDP is a critical error
17-
- modified the "-p" option to also connect to CRL Distribution Points
18-
through the configured proxy when verifying
19-
- added Microsoft Root Authority, serial number: 00C1008B3C3C8811D13EF663ECDF40
20-
to the certificate whitelist
21-
- added listing of certificate chain retrieved from the signature in case
22-
of verification failure
16+
online verification
17+
- unsuccessful CRL retrieval and verification changed into a critical error
18+
- the "-p" option modified to also use to configured proxy to connect CRL
19+
Distribution Points
20+
- added implicit allowlisting of the Microsoft Root Authority serial number
21+
00C1008B3C3C8811D13EF663ECDF40
22+
- added listing of certificate chain retrieved from the signature in case of
23+
verification failure
2324

2425
### 2.7 (2023.09.19)
2526

0 commit comments

Comments
 (0)