fixed verification of preinstalled certificates

This commit is contained in:
Martin Willi
2008-03-20 09:30:02 +00:00
parent 384ebaa57a
commit 9be0dc922e
+1 -1
View File
@@ -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));