| 253 | } |
| 254 | |
| 255 | type rawExtension struct { |
| 256 | extType uint16 |
| 257 | data []byte |
| 258 | } |
| 259 | |
| 260 | func extractRawExtensions(hello *clientHelloMsg) ([]rawExtension, error) { |
| 261 | s := cryptobyte.String(hello.original) |
nothing calls this directly
no outgoing calls
no test coverage detected