crypto/tls.Config.maxSupportedVersion (method)
6 uses
crypto/tls (current package)
common.go#L956: func (c *Config) maxSupportedVersion() uint16 {
handshake_client.go#L58: clientHelloVersion := config.maxSupportedVersion()
handshake_client.go#L189: maxVers := c.config.maxSupportedVersion()
handshake_server.go#L190: maxVers := c.config.maxSupportedVersion()
handshake_server.go#L331: if hs.clientHello.vers < c.config.maxSupportedVersion() {
handshake_server_tls13.go#L111: if c.vers < c.config.maxSupportedVersion() {
![]() |
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. |