diff --git a/src/charon/credentials/credential_manager.c b/src/charon/credentials/credential_manager.c index 1e2ec3e11..98d965f68 100644 --- a/src/charon/credentials/credential_manager.c +++ b/src/charon/credentials/credential_manager.c @@ -987,7 +987,7 @@ static certificate_t *get_trusted_cert(private_credential_manager_t *this, if (subject) { /* if we find a trusted certificate, we accept it. However, to * fullfill authorization rules, we try build the trustchain anyway. */ - if (verify_trustchain(this, subject, auth, crl, ocsp, TRUE)) + if (verify_trustchain(this, subject, auth, TRUE, crl, ocsp)) { DBG1(DBG_CFG, " using pre-trusted certificate \"%D\"", subject->get_subject(subject));