diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 2 | ||||
-rw-r--r-- | doc/gpg.texi | 14 |
2 files changed, 15 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> diff --git a/doc/gpg.texi b/doc/gpg.texi index 420326b5d..d8e4bcdef 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2637,6 +2637,20 @@ Disable all checks on the form of the user ID while generating a new one. This option should only be used in very special environments as it does not ensure the de-facto standard format of user IDs. +@ifset gpgtwoone +@item --allow-v3-keys +@itemx --no-allow-v3-keys +@opindex allow-v3-keys +Allow the use of deprecated v3 keys with @command{gpg}. The default +is not to allow their use. + +Since version 2.1 GnuPG does not anymore allow the import or use of v3 +keys. Those keys have been generated in the past by PGP 2 and exhibit +a couple of flaws. For example they rely on the broken MD5 algorithm. +OpenPGP has long deprecated their use (cf. RFC-4880, section 5.5.2). +This option may be used to exceptionally allow their use. +@end ifset + @item --ignore-time-conflict @opindex ignore-time-conflict GnuPG normally checks that the timestamps associated with keys and |