mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
24a9c77f36
commit
ed92b45c47
5 changed files with 32 additions and 0 deletions
|
@ -594,6 +594,15 @@ won't be rejected due to an unknown critical extension. Use this
|
|||
option with care because extensions are usually flagged as critical
|
||||
for a reason.
|
||||
|
||||
@item --ignore-crl-extension @var{oid}
|
||||
@opindex ignore-crl-extension
|
||||
Add @var{oid} to the list of ignored CRL extensions. The @var{oid} is
|
||||
expected to be in dotted decimal form. Critical flagged CRL
|
||||
extensions matching one of the OIDs in the list are treated as if they
|
||||
are actually handled and thus the certificate won't be rejected due to
|
||||
an unknown critical extension. Use this option with care because
|
||||
extensions are usually flagged as critical for a reason.
|
||||
|
||||
@item --ignore-cert @var{fpr}|@var{file}
|
||||
@opindex ignore-cert
|
||||
Entirely ignore certificates with the fingerprint @var{fpr}. As an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue