diff options
author | Werner Koch <[email protected]> | 2024-04-12 09:31:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-04-12 09:33:07 +0000 |
commit | b48476bbefa70cf56ba48089b0dbdfd09cccc917 (patch) | |
tree | 5a2ee134fb5eb159cbc1e7363b229a48645c5ef0 /g10/gpg.c | |
parent | gpg: Simplify the pk_encrypt function interface. (diff) | |
download | gnupg-b48476bbefa70cf56ba48089b0dbdfd09cccc917.tar.gz gnupg-b48476bbefa70cf56ba48089b0dbdfd09cccc917.zip |
gpg: Prepare to use the fingerprint as fixed-info for Kyber.
* g10/pubkey-enc.c (get_it): Use algo and fingerprint for the
fixed-info. Keep a testing mode.
* g10/options.h (COMPAT_T7014_OLD): New.
* g10/gpg.c (compatibility_flags): Add "t71014-old" flag.
--
GnuPG-bug-id: 6815
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1034,6 +1034,7 @@ static struct debug_flags_s debug_flags [] = static struct compatibility_flags_s compatibility_flags [] = { { COMPAT_PARALLELIZED, "parallelized" }, + { COMPAT_T7014_OLD, "t7014-old" }, { 0, NULL } }; |