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

Method Sign

api/client/client.go:41–41  ·  view source on GitHub ↗
(jsonData []byte)

Source from the content-addressed store, hash-verified

39type Remote interface {
40 AuthSign(req, id []byte, provider auth.Provider) ([]byte, error)
41 Sign(jsonData []byte) ([]byte, error)
42 Info(jsonData []byte) (*info.Resp, error)
43 Hosts() []string
44 SetReqModifier(func(*http.Request, []byte))

Callers 15

SignCSRMethod · 0.65
SignCSRMethod · 0.65
ocspSignerMainFunction · 0.65
gencertMainFunction · 0.65
signerMainFunction · 0.65
ocsprefreshMainFunction · 0.65
TestSignNoResponderFunction · 0.65
TestSignFunction · 0.65
TestSignCustomIntervalFunction · 0.65
dispatchRequestFunction · 0.65
SignMethod · 0.65
TestDefaultAuthSignFunction · 0.65

Implementers 2

orderedListGroupapi/client/group.go
serverapi/client/client.go

Calls

no outgoing calls

Tested by 8

TestSignNoResponderFunction · 0.52
TestSignFunction · 0.52
TestSignCustomIntervalFunction · 0.52
TestDefaultAuthSignFunction · 0.52
TestSignFunction · 0.52
TestNewMutualTLSServerFunction · 0.52
TestChromeWarningFunction · 0.52
signCSRFileFunction · 0.52