1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

* gpg.sgml: Minor language tweaks, spell check, copyright date,

etc.

* DETAILS: Note that user IDs/UATs fill in creation and expiration date.
Document namehash.
This commit is contained in:
David Shaw 2003-01-15 03:30:31 +00:00
parent 773513c70b
commit 06ef613289
3 changed files with 28 additions and 18 deletions

View File

@ -1,3 +1,11 @@
2003-01-14 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Minor language tweaks, spell check, copyright date,
etc.
* DETAILS: Note that user IDs/UATs fill in creation and expiration
date. Document namehash.
2003-01-06 David Shaw <dshaw@jabberwocky.com> 2003-01-06 David Shaw <dshaw@jabberwocky.com>
* DETAILS: Document disabled flag in capabilities field. * DETAILS: Document disabled flag in capabilities field.

View File

@ -62,10 +62,13 @@ record.
17 = DSA (sometimes called DH, sign only) 17 = DSA (sometimes called DH, sign only)
20 = ElGamal (sign and encrypt) 20 = ElGamal (sign and encrypt)
(for other id's see include/cipher.h) (for other id's see include/cipher.h)
5. Field: KeyID either of 5. Field: KeyID
6. Field: Creation Date (in UTC) 6. Field: Creation Date (in UTC). For UID and UAT records, this is the
7. Field: Key expiration date or empty if none. self-signature date.
8. Field: Used for serial number in crt records (used to be the Local-ID) 7. Field: Key or user ID/user attribute expiration date or empty if none.
8. Field: Used for serial number in crt records (used to be the Local-ID).
For UID and UAT records, this is the namehash: a RIPEMD/160 hash
of the user ID contents.
9. Field: Ownertrust (primary public keys only) 9. Field: Ownertrust (primary public keys only)
This is a single letter, but be prepared that additional This is a single letter, but be prepared that additional
information may follow in some future versions. information may follow in some future versions.

View File

@ -1,5 +1,5 @@
<!-- gpg.sgml - the man page for GnuPG <!-- gpg.sgml - the man page for GnuPG
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GnuPG. This file is part of GnuPG.
@ -334,8 +334,8 @@ trust-db immediately and no save is required.</para></listitem></varlistentry>
<term>disable</term> <term>disable</term>
<term>enable</term> <term>enable</term>
<listitem><para> <listitem><para>
Disable or enable an entire key. A disabled key can normally not be used Disable or enable an entire key. A disabled key can not normally be
for encryption.</para></listitem></varlistentry> used for encryption.</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>adduid</term> <term>adduid</term>
<listitem><para> <listitem><para>
@ -530,7 +530,7 @@ a subkey or a signature, use the --edit command.
<term>--desig-revoke</term> <term>--desig-revoke</term>
<listitem><para> <listitem><para>
Generate a designated revocation certificate for a key. This allows a Generate a designated revocation certificate for a key. This allows a
user (with the permission of the keyholder) to revoke someone elses user (with the permission of the keyholder) to revoke someone else's
key. key.
</para></listitem></varlistentry> </para></listitem></varlistentry>
@ -761,19 +761,18 @@ Write output to &ParmFile;.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--no-mangle-dos-filenames</term>
<term>--mangle-dos-filenames</term> <term>--mangle-dos-filenames</term>
<term>--no-mangle-dos-filenames</term>
<listitem><para> <listitem><para>
The Windows version of GPG replaces the extension of an output The Windows version of GnuPG replaces the extension of an output
filename to avoid problems with filenames containing more than one filename to avoid problems with filenames containing more than one
dot. This is not necessary for newer Windows version and such dot. This is not necessary for newer Windows versions and so
--no-mangle-dos-filenames can be used to switch this feature off and --no-mangle-dos-filenames can be used to switch this feature off and
have GPG append the new extension. This otion has no effect on have GnuPG append the new extension. This option has no effect on
non-windows platforms. non-Windows platforms.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>-u, --local-user &ParmName;</term> <term>-u, --local-user &ParmName;</term>
<listitem><para> <listitem><para>
@ -2121,8 +2120,8 @@ in future versions.
<varlistentry> <varlistentry>
<term>--fixed-list-mode</term> <term>--fixed-list-mode</term>
<listitem><para> <listitem><para>
Do not merge user ID and primary key in --with-colon listing mode and Do not merge primary user ID and primary key in --with-colon listing
print all timestamps as seconds since 1970-01-01. mode and print all timestamps as seconds since 1970-01-01.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
@ -2261,7 +2260,7 @@ Experimental use only.
<term>--group &ParmNameValues;</term> <term>--group &ParmNameValues;</term>
<listitem><para> <listitem><para>
Sets up a named group, which is similar to aliases in email programs. Sets up a named group, which is similar to aliases in email programs.
Any time the group name is a receipient (-r or --recipient), it will Any time the group name is a recipient (-r or --recipient), it will
be expanded to the values specified. be expanded to the values specified.
</para><para> </para><para>
The values are &ParmKeyIDs; or fingerprints, but any key description The values are &ParmKeyIDs; or fingerprints, but any key description