diff options
author | Marcus Brinkmann <[email protected]> | 2008-02-27 17:31:47 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2008-02-27 17:31:47 +0000 |
commit | 66307b34bb9f7b4f51ca4145e7a71b8fc8578029 (patch) | |
tree | 9d56cca6c8aea76289de5c0cad41b6939aec1954 | |
parent | Add some tests. (diff) | |
download | gnupg-66307b34bb9f7b4f51ca4145e7a71b8fc8578029.tar.gz gnupg-66307b34bb9f7b4f51ca4145e7a71b8fc8578029.zip |
2008-02-27 Marcus Brinkmann <[email protected]>
* tools.texi (Listing options): Document new types.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/tools.texi | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index fdaab2a7a..72f9d33c5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-02-27 Marcus Brinkmann <[email protected]> + + * tools.texi (Listing options): Document new types. + 2008-02-05 David Shaw <[email protected]> * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font diff --git a/doc/tools.texi b/doc/tools.texi index 58430271a..be4978f41 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -667,6 +667,17 @@ not necessarily need to exist. A @emph{string} that describes an LDAP server in the format: @code{@var{hostname}:@var{port}:@var{username}:@var{password}:@var{base_dn}} + +@item key fingerprint (34) +A @emph{string} with a 40 digit fingerprint specifying a certificate. + +@item pub key (35) +A @emph{string} that describes a certificate by user ID, key ID or +fingerprint. + +@item sec key (36) +A @emph{string} that describes a certificate with a key by user ID, +key ID or fingerprint. @end table More types will be added in the future. Please see the @var{alt-type} |