TLS 1.3 Key Share. See RFC 8446, Section 4.2.8.
| 162 | |
| 163 | // TLS 1.3 Key Share. See RFC 8446, Section 4.2.8. |
| 164 | type keyShare struct { |
| 165 | group CurveID |
| 166 | data []byte |
| 167 | } |
| 168 | |
| 169 | // TLS 1.3 PSK Key Exchange Modes. See RFC 8446, Section 4.2.9. |
| 170 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected