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

5 uses

	github.com/refraction-networking/utls (current package)
		common.go#L450: 	SignatureSchemes []SignatureScheme
		common.go#L1432: 	if len(chi.SignatureSchemes) > 0 {
		common.go#L1433: 		if _, err := selectSignatureScheme(vers, c, chi.SignatureSchemes); err != nil {
		common.go#L1477: 			if vers < VersionTLS12 || len(chi.SignatureSchemes) == 0 {
		handshake_server.go#L1001: 		SignatureSchemes:  clientHello.supportedSignatureAlgorithms,