type crypto/tls.newSessionTicketMsgTLS13
8 uses
crypto/tls (current package)
conn.go#L1035: m = new(newSessionTicketMsgTLS13)
conn.go#L1218: case *newSessionTicketMsgTLS13:
handshake_client_tls13.go#L637: func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {
handshake_messages.go#L972: type newSessionTicketMsgTLS13 struct {
handshake_messages.go#L981: func (m *newSessionTicketMsgTLS13) marshal() []byte {
handshake_messages.go#L1012: func (m *newSessionTicketMsgTLS13) unmarshal(data []byte) bool {
handshake_messages.go#L1013: *m = newSessionTicketMsgTLS13{raw: data}
handshake_server_tls13.go#L735: m := new(newSessionTicketMsgTLS13)
![]() |
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. |