diff options
author | Werner Koch <[email protected]> | 2024-01-11 08:08:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-11 08:08:54 +0000 |
commit | 8dfbad0c416ebeaf838d06d50708b8b21f7a8e4a (patch) | |
tree | bec85dced019a6492474c18d20dc68095162a767 /doc/gpg.texi | |
parent | gpg: Allow to create revocations even with non-compliant algos. (diff) | |
download | gnupg-8dfbad0c416ebeaf838d06d50708b8b21f7a8e4a.tar.gz gnupg-8dfbad0c416ebeaf838d06d50708b8b21f7a8e4a.zip |
gpg: Fix regression in the Revoker keyword of the parmeter file.
* g10/keygen.c (parse_revocation_key): Actually allow for v4
fingerprints.
--
Note that the use of the parameter file is deprecated.
GnuPG-bug-id: 6923
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index b666a72bc..7e51aff6f 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -4638,9 +4638,10 @@ in the @option{--edit-key} menu. @item Revoker: @var{algo}:@var{fpr} [sensitive] Add a designated revoker to the generated key. Algo is the public key algorithm of the designated revoker (i.e. RSA=1, DSA=17, etc.) -@var{fpr} is the fingerprint of the designated revoker. The optional -@samp{sensitive} flag marks the designated revoker as sensitive -information. Only v4 keys may be designated revokers. +@var{fpr} is the fingerprint of the designated revoker. @var{fpr} may +not contain spaces or colons. The optional @samp{sensitive} flag +marks the designated revoker as sensitive information. Only v4 and v5 +keys may be designated revokers. @item Keyserver: @var{string} This is an optional parameter that specifies the preferred keyserver |