MCPcopy Create free account
hub / github.com/XTLS/Go / pskIdentity

Struct pskIdentity

common.go:138–141  ·  view source on GitHub ↗

TLS 1.3 PSK Identity. Can be a Session Ticket, or a reference to a saved session. See RFC 8446, Section 4.2.11.

Source from the content-addressed store, hash-verified

136// TLS 1.3 PSK Identity. Can be a Session Ticket, or a reference to a saved
137// session. See RFC 8446, Section 4.2.11.
138type pskIdentity struct {
139 label []byte
140 obfuscatedTicketAge uint32
141}
142
143// TLS Elliptic Curve Point Formats
144// https://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected