aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-11-14 13:04:50 +0000
committerWerner Koch <[email protected]>2024-11-14 13:04:50 +0000
commit7e066f614a60c1f6bea601f72a330a57474d088c (patch)
tree28ca772d2bb3006014f7bfd9459968211176aca4 /NEWS
parentgpg: Add option to create Kyber with --full-gen-key. (diff)
downloadgnupg-7e066f614a60c1f6bea601f72a330a57474d088c.tar.gz
gnupg-7e066f614a60c1f6bea601f72a330a57474d088c.zip
gpg: For composite algos add the algo string to the colons listings.
* g10/keylist.c (list_keyblock_colon): Put the algo string into the curve field for Kyber. -- GnuPG-bug-id: 6638
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f68a5f20..deac1fc54 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Noteworthy changes in version 2.5.2 (unreleased)
* gpg: Add option 16 to --full-gen-key to create ECC+Kyber. [T6638]
+ * gpg: For composite algos add the algo string to the colons
+ listings. [T6638]
+
* dirmngr: A list of used URLs for loaded CRLs is printed first in
the output of the LISTCRL command. [T7337]