You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an OCSP Response seems to require unnecessary verbose objects "issuer" and "cert" in add_response.
I guess the Serial Number, IssuerNameHash and IssuerKeyHash would be enough.
This change would simplify the implementation of OCSP responders and align better with scenarios where responders operate based on limited certificate information.
The text was updated successfully, but these errors were encountered:
Creating an OCSP Response seems to require unnecessary verbose objects "issuer" and "cert" in add_response.
I guess the Serial Number, IssuerNameHash and IssuerKeyHash would be enough.
This change would simplify the implementation of OCSP responders and align better with scenarios where responders operate based on limited certificate information.
The text was updated successfully, but these errors were encountered: