minor doc fixes.

This commit is contained in:
Werner Koch 2002-08-06 13:30:28 +00:00
parent a1259acdcb
commit 67faf234a3
3 changed files with 16 additions and 5 deletions

6
NEWS
View File

@ -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)
-------------------------------------------------

6
README
View File

@ -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

View File

@ -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.