mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-19 06:08:05 -05:00
Release 2.6
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
parent
199f2b4586
commit
0a0fdfe96a
@ -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
|
||||||
|
8
NEWS.md
8
NEWS.md
@ -1,8 +1,12 @@
|
|||||||
# osslsigncode change log
|
# osslsigncode change log
|
||||||
|
|
||||||
### 2.6 (unreleased)
|
### 2.6 (2023.05.29)
|
||||||
|
|
||||||
- get Certificate Revocation List from a CRL distribution point
|
- modular architecture implemented to simplify adding file formats
|
||||||
|
- added verification of CRLs specified in the signing certificate
|
||||||
|
- added MSI DIFAT sectors support (by Max Bagryantsev)
|
||||||
|
- added legacy provider support for OpenSSL 3.0.0 and later
|
||||||
|
- fixed numerous bugs
|
||||||
|
|
||||||
### 2.5 (2022.08.12)
|
### 2.5 (2022.08.12)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user