diff options
author | Werner Koch <[email protected]> | 2024-10-01 10:52:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-10-01 10:52:46 +0000 |
commit | 269efd89a3611b2e7c29e47a69833e4837f1639a (patch) | |
tree | d6f27a51b6cfff97ee62c6efa9b54cb9039306ea | |
parent | gpgsm: Possible improvement for some rare P12 files. (diff) | |
download | gnupg-269efd89a3611b2e7c29e47a69833e4837f1639a.tar.gz gnupg-269efd89a3611b2e7c29e47a69833e4837f1639a.zip |
Update NEWS
--
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,8 +1,35 @@ Noteworthy changes in version 2.2.45 (unreleased) ------------------------------------------------- + * gpg: New command --quick-add-adsk [T6395] + + * gpg: New option --default-new-key-adsk and "addadsk" for + --edit-key. [T6882] + * gpg: New option --proc-all-sigs. [T7261] + * gpg: Allow import of keys with unknown subkey packet versions. + [rGb357ff2aa6] + + * gpg: Avoid a wrong decryption failed status if a messages is + signed and OCB encrypted but the pubkey for verification is + missing. [T7042] + + * gpg: Validate the trustdb after the import of a trusted key. + [T7200] + + * gpg: Exclude expired trusted keys from the key validation process. + [T7200] + + * gpgsm: Nearly fourfold speedup of validated certificate listings. + [T7308] + + * agent: Fix KEYTOCARD for the use case with loopback pinentry. + [T7283] + + * gpgconf: Allow listing of options --trusted-key, + add-desig-revoker, and default-new-key-adsk. [T6882] + Release-info: https://dev.gnupg.org/T7255 |