golang.org/x/net/http2.serverConn.tlsState (field)
8 uses
golang.org/x/net/http2 (current package)
server.go#L424: sc.tlsState = new(tls.ConnectionState)
server.go#L425: *sc.tlsState = tc.ConnectionState()
server.go#L436: if sc.tlsState.Version < tls.VersionTLS12 {
server.go#L441: if sc.tlsState.ServerName == "" {
server.go#L453: if !s.PermitProhibitedCipherSuites && isBadCipher(sc.tlsState.CipherSuite) {
server.go#L464: sc.rejectConn(ErrCodeInadequateSecurity, fmt.Sprintf("Prohibited TLS 1.2 Cipher Suite: %x", sc.tlsState.CipherSuite))
server.go#L509: tlsState *tls.ConnectionState // shared by all handlers, like net/http
server.go#L2066: tlsState = sc.tlsState
![]() |
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. |