1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

dirmngr: New option --ignore-crl-extensions.

* dirmngr/dirmngr.c (oIgnoreCRLExtension): New.
(opts): Add --ignore-crl-extension.
(parse_rereadable_options): Add to list/
* dirmngr/dirmngr.h (opt): Add ignored_crl_extensions.
* dirmngr/crlcache.c (crl_cache_insert): Implement option.
--

This option is is useful for debugging problems with new CRL
extensions.  It is similar to --ignore-cert-extension.

GnuPG-bug-id: 6545
This commit is contained in:
Werner Koch 2023-06-19 14:25:47 +02:00
parent 24a9c77f36
commit ed92b45c47
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
5 changed files with 32 additions and 0 deletions

2
NEWS
View file

@ -26,6 +26,8 @@ Noteworthy changes in version 2.2.42 (unreleased)
* gpgsm: Also announce AES256-CBC in signatures. [rGaa397fdcdb21]
* dirmngr: New option --ignore-crl-extensions. [T6545]
Release-info: https://dev.gnupg.org/T6307