diff options
author | Werner Koch <wk@gnupg.org> | 2007-08-10 18:52:05 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-08-10 18:52:05 +0200 |
commit | 74d344a521c8a7a294b8da2cf2647e112fd5b310 (patch) | |
tree | c2cc77b642ad52a26ea4d99a05f82f725f536d11 /doc/gpgsm.texi | |
parent | Factored common gpgconf constants out (diff) | |
download | gnupg2-74d344a521c8a7a294b8da2cf2647e112fd5b310.tar.xz gnupg2-74d344a521c8a7a294b8da2cf2647e112fd5b310.zip |
Implemented the chain model for X.509 validation.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 23e88afeb..38b35364c 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -412,6 +412,17 @@ requests in Dirmngr's configuration too (option @option{--allow-ocsp} and configure dirmngr properly. If you don't do so you will get the error code @samp{Not supported}. + +@item --validation-model @var{name} +@opindex validation-model +This option changes the default validation model. The only possible +values are "shell" (which is the default) and "chain" which forces the +use of the chain model. The chain model is also used if an option in +the @file{trustlist.txt} or an attribute of the certificate requests it. +However the standard model (shell) is in that case always tried first. + + + @end table @c ******************************************* @@ -550,7 +561,8 @@ encryption. For convenience the strings @code{3DES}, @code{AES} and @opindex faked-system-time This option is only useful for testing; it sets the system time back or forth to @var{epoch} which is the number of seconds elapsed since the year -1970. +1970. Alternativly @var{epoch} may be given as a full ISO time string +(e.g. "20070924T154812"). @item --with-ephemeral-keys @opindex with-ephemeral-keys |