Closed martinthomson closed 1 year ago
@martinthomson see the above. PR.
However, it is .random. The name of the type is Random, but the field is random:
struct {
ProtocolVersion legacy_version = 0x0303; /* TLS v1.2 */
Random random;
I think that this would be better phrased as:
Notes:
ServerHello.Random
and notServerHello.random
.