certificate_t->issued_by takes an argument to receive signature scheme
This commit is contained in:
@@ -165,7 +165,7 @@ METHOD(cert_cache_t, issued_by, bool,
|
||||
}
|
||||
}
|
||||
/* no cache hit, check and cache signature */
|
||||
if (subject->issued_by(subject, issuer))
|
||||
if (subject->issued_by(subject, issuer, NULL))
|
||||
{
|
||||
cache(this, subject, issuer);
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user