Documentation
¶
Overview ¶
Package revocation checks certificate revocation status via OCSP and CRL.
Index ¶
Constants ¶
View Source
const ( StatusRevoked = "revoked" StatusUnreachable = "unreachable" StatusStapleInvalid = "staple_invalid" StatusCRLStale = "crl_stale" )
Revocation status constants.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRLCache ¶
type CRLCache struct {
// contains filtered or unexported fields
}
CRLCache is an in-memory cache for CRL data keyed by distribution point URL.
Click to show internal directories.
Click to hide internal directories.