summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2024-11-13 15:58:31 +0100
committerWerner Koch <wk@gnupg.org>2024-11-13 16:13:43 +0100
commit6b02292d315d829bc05816dac7975a94aaeae718 (patch)
tree5361067c63c536664d415c53c0b461cec0dad487 /NEWS
parentgpgconf: Show also the used nPth version with -V (diff)
downloadgnupg2-6b02292d315d829bc05816dac7975a94aaeae718.tar.xz
gnupg2-6b02292d315d829bc05816dac7975a94aaeae718.zip
gpg: Add option to create Kyber with --full-gen-key.
* g10/keygen.c (PQC_STD_KEY_PARAM_PRI, PQC_STD_KEY_PARAM_SUB): New. (PQC_STD_KEY_PARAM): Construct from above. (gen_kyber): Allow short curve names. (ask_algo): Add Entry for ecc+kyber. (ask_kyber_variant): New. (generate_keypair): Generate ECC primary and Kyber sub. -- GnuPG-bug-id: 6638
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cebb2e6d0..5f68a5f20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
Noteworthy changes in version 2.5.2 (unreleased)
------------------------------------------------
+ * gpg: Add option 16 to --full-gen-key to create ECC+Kyber. [T6638]
+
* dirmngr: A list of used URLs for loaded CRLs is printed first in
the output of the LISTCRL command. [T7337]