crypto/tls.ClientHelloInfo.SignatureSchemes (field)
5 uses
crypto/tls (current package)
common.go#L421: SignatureSchemes []SignatureScheme
common.go#L1180: if len(chi.SignatureSchemes) > 0 {
common.go#L1181: if _, err := selectSignatureScheme(vers, c, chi.SignatureSchemes); err != nil {
common.go#L1225: if vers < VersionTLS12 || len(chi.SignatureSchemes) == 0 {
handshake_server.go#L868: SignatureSchemes: clientHello.supportedSignatureAlgorithms,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)