diff options
author | Werner Koch <[email protected]> | 2012-06-25 14:27:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-06-25 14:27:04 +0000 |
commit | 2b32eb15aac8cde4144243a67bd4f27f724bc78b (patch) | |
tree | 85fcd888a0b7aa955ba954869424184ee54580f9 /doc/DETAILS | |
parent | scd: handle reader/token removal. (diff) | |
download | gnupg-disallow-v3-keys.tar.gz gnupg-disallow-v3-keys.zip |
gpg: Disallow the use of v3 keys.disallow-v3-keys
* g10/gpg.c: Add options --allow-v3-keys and --no-allow-v3-keys.
(main): Enable --allow-v3-keys in --pgp2 mode.
* g10/options.h (opt): Add field allow_v3_keys.
* g10/import.c (delete_v3_subkeys): New.
(import_one): Skip v3 keys and delete v3 subkeys.
(import_print_stats): Print stats on v3 keys and subkeys.
* g10/getkey.c (finish_lookup): Skip v3 keys.
--
This is a first take on disabling v3 keys. We may need to add some
tweaks to make decryption using an existing v3 key easier. There is
no need to disallow decryption.
Thanks to Georgi Guninski to put some pressure on us to finally do
what PGP 2 folks will probably don’t like. See the discussion on
gnupg-devel starting 2012-06-22.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 59434f10c..55f9ce6dd 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -459,7 +459,7 @@ more arguments in future versions. IMPORT_RES <count> <no_user_id> <imported> <imported_rsa> <unchanged> <n_uids> <n_subk> <n_sigs> <n_revoc> <sec_read> <sec_imported> - <sec_dups> <skipped_new_keys> <not_imported> + <sec_dups> <skipped_new_keys> <not_imported> <n_v3> <n_v3_subkeys> Final statistics on import process (this is one long line) FILE_START <what> <filename> |