crypto/tls.ClientHelloInfo.SignatureSchemes (field)

5 uses

	crypto/tls (current package)
		common.go#L461: 	SignatureSchemes []SignatureScheme
		common.go#L1436: 	if len(chi.SignatureSchemes) > 0 {
		common.go#L1437: 		if _, err := selectSignatureScheme(vers, c, chi.SignatureSchemes); err != nil {
		common.go#L1485: 			if vers < VersionTLS12 || len(chi.SignatureSchemes) == 0 {
		handshake_server.go#L1032: 		SignatureSchemes:  clientHello.supportedSignatureAlgorithms,