crypto/tls.Conn.ConnectionState (method)
13 uses
crypto/tls (current package)
conn.go#L1408: func (c *Conn) ConnectionState() ConnectionState {
github.com/lib/pq
ssl.go#L161: certs := client.ConnectionState().PeerCertificates
ssl.go#L163: DNSName: client.ConnectionState().ServerName,
golang.org/x/net/http2
transport.go#L613: state := cn.ConnectionState()
google.golang.org/grpc/credentials
tls.go#L101: State: conn.ConnectionState(),
tls.go#L106: id := credinternal.SPIFFEIDFromState(conn.ConnectionState())
tls.go#L120: State: conn.ConnectionState(),
tls.go#L125: id := credinternal.SPIFFEIDFromState(conn.ConnectionState())
net/http
h2_bundle.go#L7116: state := cn.ConnectionState()
server.go#L1853: *c.tlsState = tlsConn.ConnectionState()
server.go#L3451: *req.TLS = h.c.ConnectionState()
transport.go#L1543: cs := tlsConn.ConnectionState()
transport.go#L1593: cs := tc.ConnectionState()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |