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

Struct pskIdentity

common.go:177–180  ·  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

175// TLS 1.3 PSK Identity. Can be a Session Ticket, or a reference to a saved
176// session. See RFC 8446, Section 4.2.11.
177type pskIdentity struct {
178 label []byte
179 obfuscatedTicketAge uint32
180}
181
182// TLS Elliptic Curve Point Formats
183// 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