Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OCSPRevocationChecker ¶
type OCSPRevocationChecker struct {
// contains filtered or unexported fields
}
func (*OCSPRevocationChecker) Cleanup ¶
func (c *OCSPRevocationChecker) Cleanup() error
func (*OCSPRevocationChecker) IsRevoked ¶
func (c *OCSPRevocationChecker) IsRevoked(clientCertificate *x509.Certificate, verifiedChains [][]*x509.Certificate) (*core.RevocationStatus, error)
func (*OCSPRevocationChecker) Provision ¶
func (c *OCSPRevocationChecker) Provision(ocspConfig *config.OCSPConfig, logger *zap.Logger) error
Click to show internal directories.
Click to hide internal directories.