()
| 373 | } |
| 374 | |
| 375 | func (m *clientHelloMsg) marshal() ([]byte, error) { |
| 376 | return m.marshalMsg(false) |
| 377 | } |
| 378 | |
| 379 | // marshalWithoutBinders returns the ClientHello through the |
| 380 | // PreSharedKeyExtension.identities field, according to RFC 8446, Section |
no test coverage detected