diff options
author | Werner Koch <[email protected]> | 2002-08-06 13:30:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-06 13:30:28 +0000 |
commit | 67faf234a3af63f69fe865630dc16cc83bbef54c (patch) | |
tree | d45394c32a27362ccdbac7160328557153d4aa62 | |
parent | * g10.c (main): Try to use "gpg.conf" as default option file. (diff) | |
download | gnupg-67faf234a3af63f69fe865630dc16cc83bbef54c.tar.gz gnupg-67faf234a3af63f69fe865630dc16cc83bbef54c.zip |
minor doc fixes.
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | doc/DETAILS | 9 |
3 files changed, 16 insertions, 5 deletions
@@ -1,6 +1,12 @@ Noteworthy changes in version 1.1.92 ------------------------------------------------- + * The default configuration file is now ~/.gnupg/gpg.conf. If an + old ~/.gnupg/options is found it will still be used. This + change is required to have more consistent naming scheme with + forthcoming tool. + + Noteworthy changes in version 1.1.91 (2002-08-04) ------------------------------------------------- @@ -591,11 +591,7 @@ Random devices are available in Linux, FreeBSD and OpenBSD. Operating systems without a random devices must use another - entropy collector. One entropy collector called rndunix and - available as an extension module. You should put the line: - load-extension rndunix - into your ~/.gnupg/options file unless you have used the proper - configure option. + entropy collector. This collector works by running a lot of commands that yield more or less unpredictable output and feds this as entropy into the diff --git a/doc/DETAILS b/doc/DETAILS index 8734cc519..ce4019b8a 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -346,6 +346,15 @@ more arguments in future versions. 0 := "No specific reason given". 1 := "Not Found" 2 := "Ambigious specification" + 3 := "Wrong key usage" + 4 := "Key revoked" + 5 := "Key expired" + 6 := "No CRL known" + 7 := "CRL too old" + 8 := "Policy mismatch" + 9 := "Not a secret key" + Note that this status is also used for gpgsm's SIGNER command + where it relates to signer's of course. NO_RECP <reserved> Issued when no recipients are usable. |