crypto/tls.ClientHelloInfo.SignatureSchemes (field)
5 uses
crypto/tls (current package)
common.go#L427: SignatureSchemes []SignatureScheme
common.go#L1232: if len(chi.SignatureSchemes) > 0 {
common.go#L1233: if _, err := selectSignatureScheme(vers, c, chi.SignatureSchemes); err != nil {
common.go#L1277: if vers < VersionTLS12 || len(chi.SignatureSchemes) == 0 {
handshake_server.go#L947: SignatureSchemes: clientHello.supportedSignatureAlgorithms,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |