package
0.0.0-20150304025918-53f62d9b43e8
Repository: https://github.com/btcsuite/golangcrypto.git
Documentation: pkg.go.dev
# Functions
CreateRequest returns a DER-encoded, OCSP request for the status of cert.
CreateResponse returns a DER-encoded OCSP response with the specified contents.
ParseRequest parses an OCSP request in DER form.
ParseResponse parses an OCSP response in DER form.
# Constants
Good means that the certificate is valid.
Revoked means that the certificate has been deliberately revoked.
ServerFailed means that the OCSP responder failed to process the request.
Unknown means that the OCSP responder doesn't know about the certificate.
# Structs
Request represents an OCSP request.
RequestOptions contains options for constructing OCSP requests.
Response represents an OCSP response.
# Type aliases
ParseError results from an invalid OCSP response.