certificate_t->issued_by takes an argument to receive signature scheme

This commit is contained in:
Martin Willi
2012-06-12 14:24:49 +02:00
parent 439d0742e9
commit a37f2d2006
16 changed files with 68 additions and 24 deletions
@@ -60,7 +60,7 @@ bool test_cert_x509()
{
return FALSE;
}
if (!parsed->issued_by(parsed, ca_cert))
if (!parsed->issued_by(parsed, ca_cert, NULL))
{
return FALSE;
}
@@ -90,7 +90,7 @@ bool test_cert_x509()
{
return FALSE;
}
if (!parsed->issued_by(parsed, ca_cert))
if (!parsed->issued_by(parsed, ca_cert, NULL))
{
return FALSE;
}