type crypto/tls.ConnectionState
31 uses
crypto/tls (current package)
common.go#L216: type ConnectionState struct {
common.go#L286: func (cs *ConnectionState) ExportKeyingMaterial(label string, context []byte, length int) ([]byte, error) {
common.go#L611: VerifyConnection func(ConnectionState) error
conn.go#L1469: func (c *Conn) ConnectionState() ConnectionState {
conn.go#L1475: func (c *Conn) connectionStateLocked() ConnectionState {
conn.go#L1476: var state ConnectionState
golang.org/x/net/http2
http2.go#L329: ConnectionState() tls.ConnectionState
server.go#L465: sc.tlsState = new(tls.ConnectionState)
server.go#L568: tlsState *tls.ConnectionState // shared by all handlers, like net/http
server.go#L2202: var tlsState *tls.ConnectionState // nil if not scheme https
transport.go#L295: tlsState *tls.ConnectionState // nil only for specialized impls
google.golang.org/grpc/credentials
tls.go#L36: State tls.ConnectionState
google.golang.org/grpc/internal/credentials
spiffe.go#L36: func SPIFFEIDFromState(state tls.ConnectionState) *url.URL {
mellium.im/sasl
negotiator.go#L92: tlsState *tls.ConnectionState
negotiator.go#L182: func (c *Negotiator) TLSState() *tls.ConnectionState {
options.go#L28: func TLSState(cs tls.ConnectionState) Option {
net/http
h2_bundle.go#L3540: ConnectionState() tls.ConnectionState
h2_bundle.go#L4137: sc.tlsState = new(tls.ConnectionState)
h2_bundle.go#L4222: tlsState *tls.ConnectionState // shared by all handlers, like net/http
h2_bundle.go#L5799: var tlsState *tls.ConnectionState // nil if not scheme https
h2_bundle.go#L6966: tlsState *tls.ConnectionState // nil only for specialized impls
request.go#L301: TLS *tls.ConnectionState
response.go#L121: TLS *tls.ConnectionState
server.go#L270: tlsState *tls.ConnectionState
server.go#L1865: c.tlsState = new(tls.ConnectionState)
server.go#L3514: req.TLS = &tls.ConnectionState{}
transport.go#L1546: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1596: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1881: tlsState *tls.ConnectionState
net/http/httptest
httptest.go#L82: req.TLS = &tls.ConnectionState{
net/http/httptrace
trace.go#L143: TLSHandshakeDone func(tls.ConnectionState, error)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)