Documentation ¶ Index ¶ type OCSPCache func New(store *storage.Storage, logger logger) *OCSPCache func (c *OCSPCache) FlushLoop(ctx context.Context) func (c *OCSPCache) Response(ctx context.Context, cert, issuer *x509.Certificate, margin time.Duration) (*ocsp.Response, error) func (c *OCSPCache) VerifyChains(ctx context.Context, chains [][]*x509.Certificate, stapled []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OCSPCache ¶ type OCSPCache struct { // contains filtered or unexported fields } func New ¶ func New(store *storage.Storage, logger logger) *OCSPCache func (*OCSPCache) FlushLoop ¶ func (c *OCSPCache) FlushLoop(ctx context.Context) func (*OCSPCache) Response ¶ func (c *OCSPCache) Response(ctx context.Context, cert, issuer *x509.Certificate, margin time.Duration) (*ocsp.Response, error) func (*OCSPCache) VerifyChains ¶ func (c *OCSPCache) VerifyChains(ctx context.Context, chains [][]*x509.Certificate, stapled []byte) error Source Files ¶ View all Source files ocsp.go Click to show internal directories. Click to hide internal directories.