diff options
author | Werner Koch <[email protected]> | 2021-10-06 18:23:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-10-06 18:23:37 +0000 |
commit | 476096099db9ea3f66581fa3ca8724291e3a5c80 (patch) | |
tree | ca306c411ec20b5c8a0a972d24dd74bb62d00690 | |
parent | gpg: Skip the packet when not used for AEAD. (diff) | |
download | gnupg-476096099db9ea3f66581fa3ca8724291e3a5c80.tar.gz gnupg-476096099db9ea3f66581fa3ca8724291e3a5c80.zip |
Release 2.2.32gnupg-2.2.32
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -Noteworthy changes in version 2.2.32 (unreleased) +Noteworthy changes in version 2.2.32 (2021-10-06) ------------------------------------------------- + * dirmngr: Fix Let's Encrypt certificate chain validation. [T5639] + + * dirmngr: New option --ignore-cert. [323a20399d] + + * gpg: Fix --list-packets for AEAD packets with unknown key. [T5584] + Release-info: https://dev.gnupg.org/T5601 + See-also: gnupg-announce/2021q4/000465.html Noteworthy changes in version 2.2.31 (2021-09-15) |