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 /sm/gpgsm.h | |
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 '')
-rw-r--r-- | sm/gpgsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index a1711a72e..6cf3ed094 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -94,6 +94,7 @@ struct { char *policy_file; /* full pathname of policy file */ int no_policy_check; /* ignore certificate policies */ int no_chain_validation; /* Bypass all cert chain validity tests */ + int ignore_expiration; /* Ignore the notAfter validity checks. */ int auto_issuer_key_retrieve; /* try to retrieve a missing issuer key. */ } opt; |