crypto/tls.Config.curvePreferences (method)
5 uses
crypto/tls (current package)
common.go#L980: func (c *Config) curvePreferences() []CurveID {
common.go#L988: for _, cc := range c.curvePreferences() {
handshake_client.go#L74: supportedCurves: config.curvePreferences(),
handshake_client.go#L123: curveID := config.curvePreferences()[0]
handshake_server_tls13.go#L190: for _, preferredGroup := range c.config.curvePreferences() {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)