aboutsummaryrefslogtreecommitdiffstats
path: root/doc/keyformat.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: New option --disable-pqc-encryption.Werner Koch2025-02-061-0/+4
| | | | | | | | | | | | * 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).
* doc: Move keyformat.txt to here.Werner Koch2024-04-111-0/+520
--