crypto/tls.ClientHelloInfo.SupportedCurves (field)

4 uses

	crypto/tls (current package)
		common.go#L417: 	SupportedCurves []CurveID
		common.go#L1246: 	if !supportsECDHE(config, chi.SupportedCurves, chi.SupportedPoints) {
		common.go#L1266: 			for _, c := range chi.SupportedCurves {
		handshake_server.go#L945: 		SupportedCurves:   clientHello.supportedCurves,