crypto/tls.Config.supportedVersions (method)

4 uses

	crypto/tls (current package)
		common.go#L942: func (c *Config) supportedVersions() []uint16 {
		common.go#L957: 	supportedVersions := c.supportedVersions()
		common.go#L999: 	supportedVersions := c.supportedVersions()
		handshake_client.go#L53: 	supportedVersions := config.supportedVersions()