certificate_t->issued_by takes an argument to receive signature scheme
This commit is contained in:
@@ -77,7 +77,7 @@ static int verify()
|
||||
{
|
||||
ca = cert;
|
||||
}
|
||||
if (cert->issued_by(cert, ca))
|
||||
if (cert->issued_by(cert, ca, NULL))
|
||||
{
|
||||
if (cert->get_validity(cert, NULL, NULL, NULL))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user