MCPcopy Create free account
hub / github.com/cloudflare/cfssl / UpdateOCSP

Method UpdateOCSP

certdb/certdb.go:86–86  ·  view source on GitHub ↗
(serial, aki, body string, expiry time.Time)

Source from the content-addressed store, hash-verified

84 GetOCSP(serial, aki string) ([]OCSPRecord, error)
85 GetUnexpiredOCSPs() ([]OCSPRecord, error)
86 UpdateOCSP(serial, aki, body string, expiry time.Time) error
87 UpsertOCSP(serial, aki, body string, expiry time.Time) error
88}

Callers 2

testUpdateOCSPAndGetOCSPFunction · 0.65
StapleSCTListFunction · 0.65

Implementers 1

Accessorcertdb/sql/database_accessor.go

Calls

no outgoing calls

Tested by 1

testUpdateOCSPAndGetOCSPFunction · 0.52