pki: Generate internal error OCSP response if no signer certificate is found
That can happen if a request is sent to the wrong OCSP server.
This commit is contained in:
@@ -528,6 +528,11 @@ gen:
|
|||||||
ocsp_status = OCSP_INTERNALERROR;
|
ocsp_status = OCSP_INTERNALERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
DBG1(DBG_APP, "no signer certificate found");
|
||||||
|
ocsp_status = OCSP_INTERNALERROR;
|
||||||
|
}
|
||||||
DBG1(DBG_APP, "ocspResponseStatus: %N", ocsp_status_names, ocsp_status);
|
DBG1(DBG_APP, "ocspResponseStatus: %N", ocsp_status_names, ocsp_status);
|
||||||
|
|
||||||
enumerator = responses->create_enumerator(responses);
|
enumerator = responses->create_enumerator(responses);
|
||||||
|
|||||||
Reference in New Issue
Block a user