diff options
author | Werner Koch <[email protected]> | 2024-11-14 13:04:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-11-14 13:04:50 +0000 |
commit | 7e066f614a60c1f6bea601f72a330a57474d088c (patch) | |
tree | 28ca772d2bb3006014f7bfd9459968211176aca4 /NEWS | |
parent | gpg: Add option to create Kyber with --full-gen-key. (diff) | |
download | gnupg-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |