x/crypto/ocsp: the responder cert is not provided along with the OCSP response signature #22335
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The docs on
ocsp.CreateResponse
state that:But in the code, the responder cert is only used to populate the
rawResponderID
.The certificate provided with the OCSP response signature seem to come from
template.Certificate
instead of the responder cert.Is this an error in the docs/code or am I missing something?
The text was updated successfully, but these errors were encountered: