crypto/tls.clientHelloMsg.sessionId (field)
12 uses
crypto/tls (current package)
handshake_client.go#L70: sessionId: make([]byte, 32),
handshake_client.go#L111: if _, err := io.ReadFull(config.rand(), hello.sessionId); err != nil {
handshake_client.go#L670: return hs.session != nil && hs.hello.sessionId != nil &&
handshake_client.go#L671: bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
handshake_client_tls13.go#L136: if !bytes.Equal(hs.hello.sessionId, hs.serverHello.sessionId) {
handshake_messages.go#L73: sessionId []byte
handshake_messages.go#L108: b.AddBytes(m.sessionId)
handshake_messages.go#L353: !readUint8LengthPrefixed(&s, &m.sessionId) {
handshake_server.go#L429: hs.hello.sessionId = hs.clientHello.sessionId
handshake_server_tls13.go#L147: hs.hello.sessionId = hs.clientHello.sessionId
handshake_server_tls13.go#L514: !bytes.Equal(ch.sessionId, ch1.sessionId) ||
![]() |
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. |