streamlined output from get_validity()
This commit is contained in:
@@ -951,13 +951,13 @@ static bool check_certificate(private_credential_manager_t *this,
|
||||
if (!subject->get_validity(subject, NULL, ¬_before, ¬_after))
|
||||
{
|
||||
DBG1(DBG_CFG, "subject certificate invalid (valid from %T to %T)",
|
||||
¬_before, TRUE, ¬_after, TRUE);
|
||||
¬_before, FALSE, ¬_after, FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
if (!issuer->get_validity(issuer, NULL, ¬_before, ¬_after))
|
||||
{
|
||||
DBG1(DBG_CFG, "issuer certificate invalid (valid from %T to %T)",
|
||||
¬_before, TRUE, ¬_after, TRUE);
|
||||
¬_before, FALSE, ¬_after, FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
if (issuer->get_type(issuer) == CERT_X509 &&
|
||||
|
||||
Reference in New Issue
Block a user