crypto/tls.clientHelloMsg.marshal (method)
11 uses
crypto/tls (current package)
handshake_client.go#L167: if _, err := c.writeRecord(recordTypeHandshake, hello.marshal()); err != nil {
handshake_client.go#L389: hs.finishedHash.Write(hs.hello.marshal())
handshake_client_tls13.go#L59: hs.transcript.Write(hs.hello.marshal())
handshake_client_tls13.go#L261: hs.transcript.Write(hs.hello.marshal())
handshake_client_tls13.go#L262: if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
handshake_messages.go#L97: func (m *clientHelloMsg) marshal() []byte {
handshake_messages.go#L313: fullMessage := m.marshal()
handshake_server.go#L433: hs.finishedHash.Write(hs.clientHello.marshal())
handshake_server.go#L473: hs.finishedHash.Write(hs.clientHello.marshal())
handshake_server_tls13.go#L415: hs.transcript.Write(hs.clientHello.marshal())
handshake_server_tls13.go#L531: hs.transcript.Write(hs.clientHello.marshal())
![]() |
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. |