mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is
useful for some cross-compiling targets.
This commit is contained in:
parent
17e12f2ec1
commit
3330c63a05
9 changed files with 68 additions and 16 deletions
|
@ -6,6 +6,20 @@
|
|||
SGML tags are closed, clarify --pgp8 allows SHA-256, and document
|
||||
--no-emit-version.
|
||||
|
||||
2003-04-01 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* DETAILS (VALIDSIG): Add primary keys fingerprint.
|
||||
|
||||
2003-04-01 David D. Scribner <dscribner@bigfoot.com>
|
||||
|
||||
* faq.raw (Question 4.15): Fixed URL
|
||||
<http://http://gpgrelay.sourceforge.net>, corrected to be
|
||||
<http://gpgrelay.sourceforge.net> (had two "httpd://")
|
||||
(Question 5.9): Appended <br> tag to end of first line in command
|
||||
example for proper cr/lf treatment within a <samp> tag.
|
||||
(Footer): Extended copyright to 2003.
|
||||
Applied by Werner Koch.
|
||||
|
||||
2003-02-24 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Document "revuid". Clarify that --openpgp resets
|
||||
|
|
|
@ -157,7 +157,7 @@ more arguments in future versions.
|
|||
this signature. sig_class is a 2 byte hex-value.
|
||||
|
||||
VALIDSIG <fingerprint in hex> <sig_creation_date> <sig-timestamp>
|
||||
<expire-timestamp>
|
||||
<expire-timestamp> <primary-key-fpr>
|
||||
|
||||
The signature with the keyid is good. This is the same
|
||||
as GOODSIG but has the fingerprint as the argument. Both
|
||||
|
@ -165,6 +165,9 @@ more arguments in future versions.
|
|||
sig-timestamp is the signature creation time in seconds after
|
||||
the epoch. expire-timestamp is the signature expiration time
|
||||
in seconds after the epoch (zero means "does not expire").
|
||||
PRIMARY-KEY-FPR is the fingerprint of the primary key or
|
||||
identical to the first argument. This is useful to get back
|
||||
to the primary key without running gpg again for this purpose.
|
||||
|
||||
SIG_ID <radix64_string> <sig_creation_date> <sig-timestamp>
|
||||
This is emitted only for signatures of class 0 or 1 which
|
||||
|
|
10
doc/faq.raw
10
doc/faq.raw
|
@ -16,8 +16,8 @@ The most recent version of the FAQ is available from
|
|||
|
||||
|
||||
[H p]
|
||||
Version: 1.6.1[H br]
|
||||
Last-Modified: Dec 28, 2002[H br]
|
||||
Version: 1.6.2[H br]
|
||||
Last-Modified: Feb 25, 2003[H br]
|
||||
Maintained-by: [$maintainer]
|
||||
[H /p]
|
||||
|
||||
|
@ -545,7 +545,7 @@ you could search in the mailing list archive.
|
|||
[H a href=http://www.bretschneidernet.de/tips/secmua.html]<http://www.bretschneidernet.de/tips/secmua.html>[H /a].
|
||||
|
||||
Users of Win32 MUAs that lack OpenPGP support may look into
|
||||
using GPGrelay [H a href=http://http://gpgrelay.sourceforge.net]<http://gpgrelay.sourceforge.net>[H /a], a small
|
||||
using GPGrelay [H a href=http://gpgrelay.sourceforge.net]<http://gpgrelay.sourceforge.net>[H /a], a small
|
||||
email-relaying server that uses GnuPG to enable many email clients
|
||||
to send and receive emails that conform to PGP-MIME (RFC 2015).
|
||||
|
||||
|
@ -853,7 +853,7 @@ you could search in the mailing list archive.
|
|||
Now we can do the usual export:
|
||||
|
||||
[H samp]
|
||||
$ gpg --export KeyID > mypublickey.pgp
|
||||
$ gpg --export KeyID > mypublickey.pgp[H br]
|
||||
$ gpg --export-secret-key KeyID > mysecretkey.pgp
|
||||
[H /samp]
|
||||
|
||||
|
@ -1295,7 +1295,7 @@ you could search in the mailing list archive.
|
|||
|
||||
[H hr]
|
||||
|
||||
Copyright (C) 2000-2002 Free Software Foundation, Inc.,
|
||||
Copyright (C) 2000-2003 Free Software Foundation, Inc.,
|
||||
59 Temple Place - Suite 330, Boston, MA 02111, USA
|
||||
|
||||
Verbatim copying and distribution of this entire article is permitted in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue