crypto/tls.Config.PreferServerCipherSuites (field)
7 uses
crypto/tls (current package)
common.go#L637: PreferServerCipherSuites bool
common.go#L770: PreferServerCipherSuites: c.PreferServerCipherSuites,
handshake_server.go#L299: if c.config.PreferServerCipherSuites {
handshake_server_tls13.go#L151: if c.config.PreferServerCipherSuites {
golang.org/x/net/http2
server.go#L266: s.TLSConfig.PreferServerCipherSuites = true
net/http
h2_bundle.go#L3832: s.TLSConfig.PreferServerCipherSuites = true
![]() |
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. |