mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
minor doc fixes.
This commit is contained in:
parent
a1259acdcb
commit
67faf234a3
6
NEWS
6
NEWS
@ -1,6 +1,12 @@
|
|||||||
Noteworthy changes in version 1.1.92
|
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)
|
Noteworthy changes in version 1.1.91 (2002-08-04)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
6
README
6
README
@ -591,11 +591,7 @@
|
|||||||
|
|
||||||
Random devices are available in Linux, FreeBSD and OpenBSD.
|
Random devices are available in Linux, FreeBSD and OpenBSD.
|
||||||
Operating systems without a random devices must use another
|
Operating systems without a random devices must use another
|
||||||
entropy collector. One entropy collector called rndunix and
|
entropy collector.
|
||||||
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.
|
|
||||||
|
|
||||||
This collector works by running a lot of commands that yield more
|
This collector works by running a lot of commands that yield more
|
||||||
or less unpredictable output and feds this as entropy into the
|
or less unpredictable output and feds this as entropy into the
|
||||||
|
@ -346,6 +346,15 @@ more arguments in future versions.
|
|||||||
0 := "No specific reason given".
|
0 := "No specific reason given".
|
||||||
1 := "Not Found"
|
1 := "Not Found"
|
||||||
2 := "Ambigious specification"
|
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>
|
NO_RECP <reserved>
|
||||||
Issued when no recipients are usable.
|
Issued when no recipients are usable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user