mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: New option --debug-cache-expired-certs.
* dirmngr/dirmngr.h (opt): Add debug_cache_expired_certs: * dirmngr/dirmngr.c (oDebugCacheExpiredCerts): New. (opts): Add option. (parse_rereadable_options): Set option. * dirmngr/certcache.c (put_cert): Handle the option.
This commit is contained in:
parent
0662b9444b
commit
17073c9abc
3 changed files with 14 additions and 3 deletions
|
@ -129,6 +129,9 @@ struct
|
|||
OID per string. */
|
||||
strlist_t ignored_cert_extensions;
|
||||
|
||||
/* Allow expired certificates in the cache. */
|
||||
int debug_cache_expired_certs;
|
||||
|
||||
int allow_ocsp; /* Allow using OCSP. */
|
||||
|
||||
int max_replies;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue