TLS 1.3 Key Share. See RFC 8446, Section 4.2.8.
| 123 | |
| 124 | // TLS 1.3 Key Share. See RFC 8446, Section 4.2.8. |
| 125 | type keyShare struct { |
| 126 | group CurveID |
| 127 | data []byte |
| 128 | } |
| 129 | |
| 130 | // TLS 1.3 PSK Key Exchange Modes. See RFC 8446, Section 4.2.9. |
| 131 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected