mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
* gpg.sgml: Clarify include-revoked and include-disabled so they match
what the program actually does. Noted by Dick Gevers. * gpg.sgml: Document %-expandos for policy URLs and notations. * gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7 disable --throw-keyid.
This commit is contained in:
parent
ea86ca6565
commit
488b8dadba
@ -1,3 +1,13 @@
|
|||||||
|
2002-12-10 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Clarify include-revoked and include-disabled so they
|
||||||
|
match what the program actually does. Noted by Dick Gevers.
|
||||||
|
|
||||||
|
* gpg.sgml: Document %-expandos for policy URLs and notations.
|
||||||
|
|
||||||
|
* gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7
|
||||||
|
disable --throw-keyid.
|
||||||
|
|
||||||
2002-12-05 Werner Koch <wk@gnupg.org>
|
2002-12-05 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpg.sgml: Document --no-mangle-dos-filenames.
|
* gpg.sgml: Document --no-mangle-dos-filenames.
|
||||||
|
59
doc/gpg.sgml
59
doc/gpg.sgml
@ -1065,27 +1065,25 @@ keyserver types, some common options are:
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>include-revoked</term>
|
<term>include-revoked</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
When searching for a key, include keys that are marked on the
|
When searching for a key with --search-keys, include keys that are
|
||||||
keyserver as revoked. Note that this option is always set when using
|
marked on the keyserver as revoked. Note that this option is always
|
||||||
the NAI HKP keyserver, as this keyserver does not differentiate
|
set when using the NAI HKP keyserver, as this keyserver does not
|
||||||
between revoked and unrevoked keys. When using the LDAP keyserver,
|
differentiate between revoked and unrevoked keys.
|
||||||
this applies to both searching (--search-keys) and receiving
|
|
||||||
(--recv-keys).
|
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>include-disabled</term>
|
<term>include-disabled</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
When receiving or searching for a key, include keys that are marked on
|
When searching for a key with --search-keys, include keys that are
|
||||||
the keyserver as disabled. Note that this option is not used with HKP
|
marked on the keyserver as disabled. Note that this option is not
|
||||||
keyservers, as they do not support disabling keys.
|
used with HKP keyservers.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>include-subkeys</term>
|
<term>include-subkeys</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
When receiving a key, include subkeys in the search. Note that this
|
When receiving a key, include subkeys as potential targets. Note that
|
||||||
option is not used with HKP keyservers, as they do not support
|
this option is not used with HKP keyservers, as they do not support
|
||||||
retrieving keys by subkey id.
|
retrieving keys by subkey id.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
@ -1471,7 +1469,19 @@ notation data will be flagged as critical (rfc2440:5.2.3.15).
|
|||||||
--sig-notation sets a notation for data signatures. --cert-notation
|
--sig-notation sets a notation for data signatures. --cert-notation
|
||||||
sets a notation for key signatures (certifications). --notation-data
|
sets a notation for key signatures (certifications). --notation-data
|
||||||
sets both.
|
sets both.
|
||||||
</para></listitem></varlistentry>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
There are special codes that may be used in notation names. "%k" will
|
||||||
|
be expanded into the key ID of the key being signed, "%K" for the long
|
||||||
|
key ID of the key being signed, "%f" for the key fingerprint of the
|
||||||
|
key being signed, "%s" for the key ID of the key making the signature,
|
||||||
|
"%S" for the long key ID of the key making the signature, and "%%"
|
||||||
|
results in a single "%". %k, %K, and %f are only meaningful when
|
||||||
|
making a key signature (certification).
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--show-notation</term>
|
<term>--show-notation</term>
|
||||||
@ -1496,6 +1506,10 @@ you prefix it with an exclamation mark, the policy URL packet will be
|
|||||||
flagged as critical. --sig-policy-url sets a a policy url for data
|
flagged as critical. --sig-policy-url sets a a policy url for data
|
||||||
signatures. --cert-policy-url sets a policy url for key signatures
|
signatures. --cert-policy-url sets a policy url for key signatures
|
||||||
(certifications). -set-policy-url sets both.
|
(certifications). -set-policy-url sets both.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The same %-expandos used for notation data are available here as well.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -1813,9 +1827,9 @@ Resets the --pgp2 option.
|
|||||||
Set up all options to be as PGP 6 compliant as possible. This
|
Set up all options to be as PGP 6 compliant as possible. This
|
||||||
restricts you to the ciphers IDEA (if the IDEA plugin is installed),
|
restricts you to the ciphers IDEA (if the IDEA plugin is installed),
|
||||||
3DES, and CAST5, the hashes MD5, SHA1 and RIPEMD160, and the
|
3DES, and CAST5, the hashes MD5, SHA1 and RIPEMD160, and the
|
||||||
compression algorithms none and ZIP. This also disables making
|
compression algorithms none and ZIP. This also disables
|
||||||
signatures with signing subkeys as PGP 6 does not understand
|
--throw-keyid, and making signatures with signing subkeys as PGP 6
|
||||||
signatures made by signing subkeys.
|
does not understand signatures made by signing subkeys.
|
||||||
</para><para>
|
</para><para>
|
||||||
This option implies `--disable-mdc --no-comment --escape-from-lines
|
This option implies `--disable-mdc --no-comment --escape-from-lines
|
||||||
--force-v3-sigs --no-ask-sig-expire --compress-algo 1'
|
--force-v3-sigs --no-ask-sig-expire --compress-algo 1'
|
||||||
@ -1842,6 +1856,21 @@ TWOFISH.
|
|||||||
Resets the --pgp7 option.
|
Resets the --pgp7 option.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--pgp8</term>
|
||||||
|
<listitem><para>
|
||||||
|
Set up all options to be as PGP 8 compliant as possible. PGP 8 is a
|
||||||
|
lot closer to the OpenPGP standard than previous versions of PGP, so
|
||||||
|
all this does is disable --throw-keyid and set --escape-from-lines and
|
||||||
|
--compress-algo 1. The allowed algorithms list is the same as --pgp7.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--no-pgp8</term>
|
||||||
|
<listitem><para>
|
||||||
|
Resets the --pgp8 option.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--openpgp</term>
|
<term>--openpgp</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user