results from the single responses is stored in the corresponding certinfo_t structs

This commit is contained in:
Andreas Steffen
2007-03-12 13:42:31 +00:00
parent 7c1b9ab784
commit db0f828413
4 changed files with 94 additions and 61 deletions
@@ -645,7 +645,7 @@ static bool verify(private_local_credential_store_t *this, x509_t *cert, bool *f
certinfo->destroy(certinfo);
return FALSE;
}
DBG2(DBG_CFG, "certificate is good");
DBG1(DBG_CFG, "certificate is good");
/* with strict crl policy the public key must have the same
* lifetime as the validity of the ocsp status or crl lifetime
@@ -684,7 +684,7 @@ static bool verify(private_local_credential_store_t *this, x509_t *cert, bool *f
case CERT_UNKNOWN:
case CERT_UNDEFINED:
default:
DBG2(DBG_CFG, "certificate status unknown");
DBG1(DBG_CFG, "certificate status unknown");
if (this->strict)
{
/* update status of end certificate in the credential store */