package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.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
The enumerated reasons for revoking a certificate.
The enumerated reasons for revoking a certificate.
The enumerated reasons for revoking a certificate.
The enumerated reasons for revoking a certificate.
The enumerated reasons for revoking a certificate.
Good means that the certificate is valid.
The enumerated reasons for revoking a certificate.
The enumerated reasons for revoking a certificate.
The enumerated reasons for revoking a certificate.
Revoked means that the certificate has been deliberately revoked.
ServerFailed means that the OCSP responder failed to process the request.
The enumerated reasons for revoking a certificate.
Unknown means that the OCSP responder doesn't know about the certificate.
The enumerated reasons for revoking a certificate.
# Variables
These are pre-serialized error responses for the various non-success codes defined by OCSP.
These are pre-serialized error responses for the various non-success codes defined by OCSP.
These are pre-serialized error responses for the various non-success codes defined by OCSP.
These are pre-serialized error responses for the various non-success codes defined by OCSP.
These are pre-serialized error responses for the various non-success codes defined by OCSP.
# Structs
Request represents an OCSP request.
RequestOptions contains options for constructing OCSP requests.
Response represents an OCSP response containing a single SingleResponse.
# Type aliases
ParseError results from an invalid OCSP response.