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()