Parsing a TLS Client Hello with Go's cryptobyte Package

from blog Andrew Ayer - Blog, | ↗ original
In my original post about SNI proxying, I showed how you can parse a TLS Client Hello message (the first message that the client sends to the server in a TLS connection) in Go using an amazing hack that involves calling tls.Server with...