1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-13 18:33:03 +01:00

2 Commits

Author SHA1 Message Date
Werner Koch
00c31f8b04
gpg: New option --disable-pqc-encryption.
* g10/options.h (flags): Add field disable_pqc_encryption.
* g10/gpg.c (oDisablePQCEncryption): New.
(opts): Add --option.
(main): Set option.
* g10/getkey.c (finish_lookup): Skip subkeys if option is set.
--

This option can be used to avoid the use of Kyber encryption subkeys
if this does not make sense (i.e. protection of local files).
2025-02-06 17:45:23 +01:00
Werner Koch
6737e07a9b
doc: Move keyformat.txt to here.
--
2024-04-11 08:27:53 +02:00