type crypto/tls.newSessionTicketMsg
6 uses
crypto/tls (current package)
conn.go#L1037: m = new(newSessionTicketMsg)
handshake_client.go#L784: sessionTicketMsg, ok := msg.(*newSessionTicketMsg)
handshake_messages.go#L1751: type newSessionTicketMsg struct {
handshake_messages.go#L1756: func (m *newSessionTicketMsg) marshal() (x []byte) {
handshake_messages.go#L1778: func (m *newSessionTicketMsg) unmarshal(data []byte) bool {
handshake_server.go#L715: m := new(newSessionTicketMsg)
![]() |
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. |