updated NEWS.md

This commit is contained in:
olszomal 2022-03-28 15:47:14 +02:00 committed by Michał Trojnara
parent 1c523ed616
commit 44eeeb1515

12
NEWS.md
View File

@ -3,9 +3,15 @@
### 2.4 (unreleased) ### 2.4 (unreleased)
- set the default message digest to sha256 - set the default message digest to sha256
- enable "-h {md5,sha1,sha2(56),sha384,sha512}" option - set of cryptographic hash functions for "attach -signature"
for "attach -signature" and "add" commands and "add" commands ("-h" option)
- enable "-require-leaf-hash" option for "attach-signature" command - compute and compare the leaf certificate hash for "attach-signature"
command ("-require-leaf-hash" option)
- "-st" option renamed to "-time"
- user-specified signing and/or verifying time ("-time" option)
- remove "-timestamp-expiration" option
- disable verification of the Timestamp Server signature
("-ignore-timestamp" option)
### 2.3 (2022.03.06) ### 2.3 (2022.03.06)