crypto/tls.clientHelloMsg.compressionMethods (field)
9 uses
crypto/tls (current package)
handshake_client.go#L68: compressionMethods: []uint8{compressionNone},
handshake_messages.go#L75: compressionMethods []uint8
handshake_messages.go#L116: b.AddBytes(m.compressionMethods)
handshake_messages.go#L374: if !readUint8LengthPrefixed(&s, &m.compressionMethods) {
handshake_server.go#L175: for _, compression := range hs.clientHello.compressionMethods {
handshake_server_tls13.go#L119: if len(hs.clientHello.compressionMethods) != 1 ||
handshake_server_tls13.go#L120: hs.clientHello.compressionMethods[0] != compressionNone {
handshake_server_tls13.go#L515: !bytes.Equal(ch.compressionMethods, ch1.compressionMethods) ||
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |