| 1001 | } |
| 1002 | |
| 1003 | type encryptedExtensionsMsg struct { |
| 1004 | alpnProtocol string |
| 1005 | quicTransportParameters []byte |
| 1006 | earlyData bool |
| 1007 | echRetryConfigs []byte |
| 1008 | } |
| 1009 | |
| 1010 | func (m *encryptedExtensionsMsg) marshal() ([]byte, error) { |
| 1011 | var b cryptobyte.Builder |
nothing calls this directly
no outgoing calls
no test coverage detected