Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HKPFront ¶
type HKPFront struct {
Lookup func(context.Context, *proto.LookupRequest) (*proto.LookupProof, error)
Clk clock.Clock
InsecureSkipVerify bool
// Config must be set and valid if InsecureSkipVerify is not set
Config *proto.Config
// this is needed due to https://github.com/golang/go/issues/14374
TLSConfig *tls.Config
// contains filtered or unexported fields
}
HKPFront implements a unverified GnuPG-compatible HKP frontend for the verified keyserver.
Click to show internal directories.
Click to hide internal directories.