aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/crlcache.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-06-19 12:05:22 +0000
committerWerner Koch <[email protected]>2023-06-19 12:05:22 +0000
commit701a8b30f0be24552772fc2818ad07402eb14478 (patch)
tree4b0be2fbcfb0bef79c93c1bbee7f90e64433b493 /dirmngr/crlcache.c
parentdirmngr: Disable the HTTP redirect rewriting. (diff)
downloadgnupg-701a8b30f0be24552772fc2818ad07402eb14478.tar.gz
gnupg-701a8b30f0be24552772fc2818ad07402eb14478.zip
gpgsm: Support SENDCERT_SKI for --call-dirmngr
* sm/call-dirmngr.c (run_command_inq_cb): Support SENDCERT_SKI. * dirmngr/crlcache.c (crl_cache_insert): Print the CRL name along with the unknown OID nortice.
Diffstat (limited to 'dirmngr/crlcache.c')
-rw-r--r--dirmngr/crlcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/crlcache.c b/dirmngr/crlcache.c
index 9f0b910f3..64f4de97f 100644
--- a/dirmngr/crlcache.c
+++ b/dirmngr/crlcache.c
@@ -2361,6 +2361,7 @@ crl_cache_insert (ctrl_t ctrl, const char *url, ksba_reader_t reader)
|| !strcmp (oid, oidstr_crlNumber) )
continue;
log_error (_("unknown critical CRL extension %s\n"), oid);
+ log_info ("(CRL='%s')\n", url);
if (!err2)
err2 = gpg_error (GPG_ERR_INV_CRL);
invalidate_crl |= INVCRL_UNKNOWN_EXTN;