certificate_t->issued_by takes an argument to receive signature scheme
This commit is contained in:
@@ -126,8 +126,13 @@ METHOD(certificate_t, equals, bool,
|
||||
}
|
||||
|
||||
METHOD(certificate_t, issued_by, bool,
|
||||
private_pubkey_cert_t *this, certificate_t *issuer)
|
||||
private_pubkey_cert_t *this, certificate_t *issuer,
|
||||
signature_scheme_t *scheme)
|
||||
{
|
||||
if (scheme)
|
||||
{
|
||||
*scheme = SIGN_UNKNOWN;
|
||||
}
|
||||
return equals(this, issuer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user