Open
Description
Implement an optional feature which, when enabled, will:
- Capture the bytes of
ClientHello
sent on wire - Compare it with the desired
ClientHelloMessage
- Throw error and tear down connection if didn't match
This may help us in preventing unintended behaviors of malfunctioning extensions in uTLS.
Original Post: net4people/bbs#139 (comment) by @klzgrad