type crypto/tls.ConnectionState
20 uses
crypto/tls (current package)
common.go#L217: type ConnectionState struct {
common.go#L287: func (cs *ConnectionState) ExportKeyingMaterial(label string, context []byte, length int) ([]byte, error) {
common.go#L592: VerifyConnection func(ConnectionState) error
conn.go#L1408: func (c *Conn) ConnectionState() ConnectionState {
conn.go#L1414: func (c *Conn) connectionStateLocked() ConnectionState {
conn.go#L1415: var state ConnectionState
net/http
h2_bundle.go#L3403: ConnectionState() tls.ConnectionState
h2_bundle.go#L3990: sc.tlsState = new(tls.ConnectionState)
h2_bundle.go#L4075: tlsState *tls.ConnectionState // shared by all handlers, like net/http
h2_bundle.go#L5619: var tlsState *tls.ConnectionState // nil if not scheme https
h2_bundle.go#L6734: tlsState *tls.ConnectionState // nil only for specialized impls
request.go#L300: TLS *tls.ConnectionState
response.go#L121: TLS *tls.ConnectionState
server.go#L270: tlsState *tls.ConnectionState
server.go#L1852: c.tlsState = new(tls.ConnectionState)
server.go#L3450: req.TLS = &tls.ConnectionState{}
transport.go#L1539: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1589: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1874: tlsState *tls.ConnectionState
net/http/httptrace
trace.go#L143: TLSHandshakeDone func(tls.ConnectionState, error)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)