Skip to content

Commit

Permalink
Release 2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Trojnara <[email protected]>
  • Loading branch information
mtrojnar committed Mar 3, 2024
1 parent 192e7a7 commit 699bc85
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
version: osslsigncode-2.8-dev
version: osslsigncode-2.8

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
35 changes: 18 additions & 17 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
# osslsigncode change log

### 2.8 (unreleased)
### 2.8 (2024.03.03)

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

### 2.7 (2023.09.19)

Expand Down

0 comments on commit 699bc85

Please sign in to comment.