diff options
author | Werner Koch <wk@gnupg.org> | 2024-11-13 15:58:31 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-11-13 16:13:43 +0100 |
commit | 6b02292d315d829bc05816dac7975a94aaeae718 (patch) | |
tree | 5361067c63c536664d415c53c0b461cec0dad487 /NEWS | |
parent | gpgconf: Show also the used nPth version with -V (diff) | |
download | gnupg2-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |