Documentation ¶
Overview ¶
Package proxy implements the Oasis IAS proxy endpoint.
Index ¶
Constants ¶
View Source
const CommonName = "ias-proxy"
CommonName is the CommonName for the IAS proxy TLS certificate.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Authenticator ¶
type Authenticator interface { // VerifyEvidence returns nil iff the signer's evidenice may attest // via the gRPC server. // // Caller authentication information may be derived from the context. VerifyEvidence(ctx context.Context, evidence *api.Evidence) error }
Authenticator is the interface used to authenticate gRPC requests.
Click to show internal directories.
Click to hide internal directories.