I'm trying to understand OCSP. I almost read the entire RFC but I'm not understanding why error message are not signed. The issues are obviously: If an error message isn't signed, a MiTM can simply deny the services replying client's requests with errors like unauthorized, internalError [...]
From RFC I can read:
In case of errors, the OCSP responder may return an error message. These messages are not signed.
without understanding why. Wouldn't be most secure with a sign? Maybe I'm missing the point there, but I think that it would be really more secure.