github.com/refraction-networking/utls.ClientHelloInfo.SupportedPoints (field)

3 uses

	github.com/refraction-networking/utls (current package)
		common.go#L445: 	SupportedPoints []uint8
		common.go#L1446: 	if !supportsECDHE(config, vers, chi.SupportedCurves, chi.SupportedPoints) {
		handshake_server.go#L1000: 		SupportedPoints:   clientHello.supportedPoints,