diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-01 11:53:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-01 11:53:40 +0100 |
commit | 6b7af47bccea369de9215eaa7fc6396b7a5222c7 (patch) | |
tree | 93a73746b44577da48ea83828bebbb77a5c15c91 /doc | |
parent | * sexp-parse.h (snext): Don't use atoi_1 and digitp macros, so (diff) | |
download | gnupg2-6b7af47bccea369de9215eaa7fc6396b7a5222c7.tar.xz gnupg2-6b7af47bccea369de9215eaa7fc6396b7a5222c7.zip |
(Certificate Options): Add --{enable,disable}-ocsp.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 9 | ||||
-rw-r--r-- | doc/gpgsm.texi | 9 | ||||
-rw-r--r-- | doc/scdaemon.texi | 11 |
3 files changed, 29 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1c335280c..583415cab 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2003-12-01 Werner Koch <wk@gnupg.org> + + * gpgsm.texi (Certificate Options): Add --{enable,disable}-ocsp. + +2003-11-17 Werner Koch <wk@gnupg.org> + + * scdaemon.texi (Scdaemon Options): Added --allow-admin and + --deny-admin. + 2003-10-27 Werner Koch <wk@gnupg.org> * gpg-agent.texi (Agent GET_CONFIRMATION): New. diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 4d91bda5b..6695eef67 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -250,6 +250,15 @@ By default the @acronym{CRL} checks are enabled and the DirMngr is used to check for revoked certificates. The disable option is most useful with an off-line network connection to suppress this check. +@item --enable-ocsp +@itemx --disable-ocsp +@opindex enable-ocsp +@opindex disable-ocsp +Be default @acronym{OCSP} checks are disabled. The enable opton may +be used to enable OCSP checks via Dirmngr. If @acronym{CRL} checks +are also enabled, CRLs willbe used as a fallback if for some reason an +OCSP request won't succeed. + @end table @node Input and Output diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 3bd8caaa8..e62146837 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -146,6 +146,17 @@ default is 32768 (first USB device). Use @var{library} to access the smartcard reader. The current default is @code{libtowitoko.so}. + +@item --allow-admin +@itemx --deny-admin +@opindex allow-admin +@opindex deny-admin +This enables the use of Admin class commands for card application +where this is supported. Currently we support it for the OpenPGP +card. Deny is the default. This commands is useful to inhibit +accidental access to admin class command which could ultimately lock +the card through worng PIN numbers. + @end table All the long options may also be given in the configuration file after |