Skip to content

OcspResponseStatus

RFC 6960 overall response status — anything other than 'successful' means the response body is absent or unusable.

ts
type OcspResponseStatus = successful | malformedRequest | internalError | tryLater | sigRequired | unauthorized

Released under the MIT License.