implemented ipsec listocsp function

This commit is contained in:
Andreas Steffen
2007-03-27 04:40:25 +00:00
parent 469e9686ae
commit 1bf8530507
7 changed files with 240 additions and 23 deletions
+4
View File
@@ -1138,6 +1138,10 @@ static void stroke_list(stroke_msg_t *msg, FILE *out)
{
list_auth_certificates(AUTH_OCSP, "OCSP", msg->list.utc, out);
}
if (msg->list.flags & LIST_OCSP)
{
charon->credentials->list_ocsp(charon->credentials, out, msg->list.utc);
}
}
/**