From 5132ea8a0d8517dd43cb5b4a4b0921c3b1ca291c Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 5 Mar 2013 04:24:54 -0500 Subject: Update RFC references to RFC 4880 -- --- doc/gpg.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gpg.texi b/doc/gpg.texi index cf647e19b..0462c9e45 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2418,7 +2418,7 @@ check. @code{value} may be any printable string; it will be encoded in UTF8, so you should check that your @option{--display-charset} is set correctly. If you prefix @code{name} with an exclamation mark (!), the notation data will be flagged as critical -(rfc2440:5.2.3.15). @option{--sig-notation} sets a notation for data +(rfc4880:5.2.3.16). @option{--sig-notation} sets a notation for data signatures. @option{--cert-notation} sets a notation for key signatures (certifications). @option{--set-notation} sets both. @@ -2440,7 +2440,7 @@ meaningful when using the OpenPGP smartcard. @opindex sig-policy-url @opindex cert-policy-url @opindex set-policy-url -Use @code{string} as a Policy URL for signatures (rfc2440:5.2.3.19). If +Use @code{string} as a Policy URL for signatures (rfc4880:5.2.3.20). If you prefix it with an exclamation mark (!), the policy URL packet will be flagged as critical. @option{--sig-policy-url} sets a policy url for data signatures. @option{--cert-policy-url} sets a policy url for key -- cgit v1.2.3 From c4dbd1b2de8ae3847a040444e86500848868bcf4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Mar 2013 17:23:56 +0100 Subject: gpg: Print indicator for unknown key capability. * g10/keylist.c (print_capabilities): Print '?' for unknown usage. --- doc/DETAILS | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/DETAILS b/doc/DETAILS index a52979f65..d5c5cea75 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -161,6 +161,7 @@ described here. - s :: Sign - c :: Certify - a :: Authentication + - ? :: Unknown capability A key may have any combination of them in any order. In addition to these letters, the primary key has uppercase versions of the -- cgit v1.2.3