credential-manager: Log issuer identity if not found

This commit is contained in:
Tobias Brunner 2017-07-14 11:23:19 +02:00
parent 0b756fbe95
commit 578d893b4a
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}