From: Tobias Brunner Date: Fri, 14 Jul 2017 09:23:19 +0000 (+0200) Subject: credential-manager: Log issuer identity if not found X-Git-Tag: 5.6.0dr4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578d893b4a71897f48225a1645fef1eaced13399;p=thirdparty%2Fstrongswan.git credential-manager: Log issuer identity if not found --- diff --git a/src/libstrongswan/credentials/credential_manager.c b/src/libstrongswan/credentials/credential_manager.c index 0a8d3d101e..9be7407ef3 100644 --- a/src/libstrongswan/credentials/credential_manager.c +++ b/src/libstrongswan/credentials/credential_manager.c @@ -774,6 +774,8 @@ static bool verify_trust_chain(private_credential_manager_t *this, { DBG1(DBG_CFG, "no issuer certificate found for \"%Y\"", current->get_subject(current)); + DBG1(DBG_CFG, " issuer is \"%Y\"", + current->get_issuer(current)); call_hook(this, CRED_HOOK_NO_ISSUER, current); break; }