diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 11 | ||||
-rw-r--r-- | doc/gpg.sgml | 5 |
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 7386bed9e..cc326d80b 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -83,13 +83,16 @@ more arguments in future versions. GOODSIG <long keyid> <username> - The signature with the keyid is good. - For each signature only one of the three codes GOODSIG, BADSIG - or ERRSIG will be emitted and they may be used as a marker for - a new signature. + The signature with the keyid is good. For each signature only + one of the three codes GOODSIG, BADSIG or ERRSIG will be + emitted and they may be used as a marker for a new signature. + The username is the primary one encoded in UTF-8 and %XX + escaped. BADSIG <long keyid> <username> The signature with the keyid has not been verified okay. + The username is the primary one encoded in UTF-8 and %XX + escaped. ERRSIG <long keyid> <pubkey_algo> <hash_algo> \ <sig_class> <timestamp> <rc> diff --git a/doc/gpg.sgml b/doc/gpg.sgml index ae1165765..1a1d71aa7 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -788,7 +788,10 @@ Assume "yes" on most questions. <term>--always-trust</term> <listitem><para> Skip key validation and assume that used keys are always fully trusted. -You won't use this unless you have installed some external validation scheme. +You won't use this unless you have installed some external validation +scheme. This option also suppresses the "[uncertain]" tag printed +with signature checks when there is no evidence that the user ID +is bound to the key. </para></listitem></varlistentry> |