summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS101
1 files changed, 101 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 728de50..64f4314 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,104 @@
+Noteworthy changes in version 2.3.7 (2022-07-11)
+------------------------------------------------
+
+ * gpg: Fix possibly garbled status messages in NOTATION_DATA. This
+ bug could trick GPGME and other parsers to accept faked status
+ lines. [T6027, CVE-2022-34903]
+
+ * gpg: Look up user ID to revoke by UID hash. [T5936]
+
+ * gpg: Setup the 'usage' filter property for export. [rG7aabd94b81]
+
+ * gpg,w32: Allow Unicode filenames for iobuf_cancel. [rG4ee2009083]
+
+ * gpg: Fix reading AEAD preference. [T6019]
+
+ * gpgsm: New option --compatibility-flags. [rGf0b373cec9]
+
+ * gpgsm: Rework the PKCS#12 parser to support DFN issued keys.
+ [T6037]
+
+ * agent: New option --no-user-trustlist and --sys-trustlist-name.
+ [T5990]
+
+ * agent: Pop up dialog window for confirmation, when specified so.
+ [T5099]
+
+ * agent: Show "Label:" field of private key when prompt the
+ insertion. [T5986]
+
+ * agent: Handle USAGE information in KEYINFO. [rG295a6a7591]
+
+ * agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.
+ [T5996]
+
+ * agent,ssh: Support "Use-for-ssh" flag in private key. [T5985]
+
+ * agent: New field "Prompt" to prevent asking card key insertion.
+ [T5987]
+
+ * agent: Support --format=ssh option for READKEY. [T6012]
+
+ * agent: Add KEYATTR command. [T5988]
+
+ * agent: Flush before calling ftruncate. [T6035]
+
+ * agent: Do not consider --min-passphrase-len for the magic wand.
+ [rGae2f1f0785]
+
+ * kbx: Fix a race condition which results no status report. [T5948]
+
+ * scd:openpgp: Fix a segv for cards supporting unknown curves.
+ [T5963]
+
+ * scd:p15: Fix reading certificates without length info.
+
+ * scd:p15: Improve the displayed S/N for Technology Nexus cards.
+
+ * scd:openpgp: Add workaround for ECC attribute on Yubikey. [T5963]
+
+ * scd,piv: Fix status report of KEYPAIRINFO. [rG64c8786105]
+
+ * scd:nks: Support the Telesec ESIGN application. [T5219, T4938]
+
+ * scd: Fix use of SCardListReaders for PC/SC. [T5979]
+
+ * scd: Support automatic card selection for READCERT with keygrip.
+ [T6003]
+
+ * scd: Support specifying keygrip for learn command. [T6002]
+
+ * dirmngr: Fix for Windows when build against GNUTLS. [T5899]
+
+ * gpg-connect-agent: Add --unbuffered option.
+
+ * gpg-connect-agent: Add a way to cancel an INQUIRE. [T6010]
+
+ * gpgconf: New short options -V and -X
+
+ Release-info: https://dev.gnupg.org/T5947
+
+
+Noteworthy changes in version 2.3.6 (2022-04-25)
+------------------------------------------------
+
+ * gpg: Fix regression in 2.3.5 importing longer keys. [T5941]
+
+ * gpg: Emit an ERROR status as hint for a bad passphrase. [T5943]
+
+ * gpg: Avoid NULL-ptr access due to corrupted packets. [T5940]
+
+ * gpgsm: Improve the "Certificate not found" error message. [T5821]
+
+ * agent: Pass pattern directly to gpg-check-pattern. [rGe529c54fe3]
+
+ * scd: Fix hard-coded constant for RSA authentication key OpenPGP.3.
+ [rG2848fe4c84]
+
+ Release-info: https://dev.gnupg.org/T5937
+ See-also: gnupg-announce/2022q2/000473.html
+
+
Noteworthy changes in version 2.3.5 (2022-04-21)
------------------------------------------------