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

Method GetOCSP

certdb/certdb.go:84–84  ·  view source on GitHub ↗
(serial, aki string)

Source from the content-addressed store, hash-verified

82 RevokeCertificate(serial, aki string, reasonCode int) error
83 InsertOCSP(rr OCSPRecord) error
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

Callers 9

ResponseMethod · 0.65
testInsertOCSPAndGetOCSPFunction · 0.65
testUpdateOCSPAndGetOCSPFunction · 0.65
testUpsertOCSPAndGetOCSPFunction · 0.65
StapleSCTListFunction · 0.65
TestOCSPGenerationFunction · 0.65

Implementers 1

Accessorcertdb/sql/database_accessor.go

Calls

no outgoing calls

Tested by 7

testInsertOCSPAndGetOCSPFunction · 0.52
testUpdateOCSPAndGetOCSPFunction · 0.52
testUpsertOCSPAndGetOCSPFunction · 0.52
TestOCSPGenerationFunction · 0.52