diff options
author | Werner Koch <[email protected]> | 2004-02-20 13:46:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-20 13:46:21 +0000 |
commit | aa0e38982a2d220ecafb6f82b169c1e4897f9e29 (patch) | |
tree | d4afe59e3bace3e8949c95069d32091f4c1c706b /doc | |
parent | * protect-tool.c: New options --have-cert and --prompt. (diff) | |
download | gnupg-aa0e38982a2d220ecafb6f82b169c1e4897f9e29.tar.gz gnupg-aa0e38982a2d220ecafb6f82b169c1e4897f9e29.zip |
* gpgsm.c (main): New option --debug-ignore-expiration.
* certchain.c (gpgsm_validate_chain): Use it here.
* certlist.c (cert_usage_p): Apply extKeyUsage.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 53624558d..24503a10b 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -411,6 +411,12 @@ Same as @code{--debug=0xffffffff} This is actually not a debugging option but only useful as such. It lets gpgsm bypass all certificate chain validation checks. +@item --debug-ignore-expiration +@opindex debug-ignore-expiration +This is actually not a debugging option but only useful as such. It +lets gpgsm ignore all notAfter dates, this is used by the regresssion +tests. + @end table All the long options may also be given in the configuration file after |