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