type crypto/tls.ClientHelloInfo
8 uses
crypto/tls (current package)
common.go#L398: type ClientHelloInfo struct {
common.go#L453: func (c *ClientHelloInfo) Context() context.Context {
common.go#L558: GetCertificate func(*ClientHelloInfo) (*Certificate, error)
common.go#L588: GetConfigForClient func(*ClientHelloInfo) (*Config, error)
common.go#L1061: func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {
common.go#L1115: func (chi *ClientHelloInfo) SupportsCertificate(c *Certificate) error {
handshake_server.go#L857: func clientHelloInfo(ctx context.Context, c *Conn, clientHello *clientHelloMsg) *ClientHelloInfo {
handshake_server.go#L863: return &ClientHelloInfo{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)