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 evidence may attest // via the gRPC server. VerifyEvidence(evidence *api.Evidence) error }
Authenticator is the interface used to authenticate gRPC requests.
Click to show internal directories.
Click to hide internal directories.