public-key: Add optional parameters argument to verify() method
This commit is contained in:
@@ -502,7 +502,7 @@ METHOD(certificate_t, issued_by, bool,
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
valid = key->verify(key, scheme, this->tbsCertList, this->signature);
|
||||
valid = key->verify(key, scheme, NULL, this->tbsCertList, this->signature);
|
||||
key->destroy(key);
|
||||
if (valid && schemep)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user