TLS 1.3 PSK Identity. Can be a Session Ticket, or a reference to a saved session. See RFC 8446, Section 4.2.11.
| 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. |
| 138 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected