Author :
jsing
Date :
2020-01-22 03:20:09
Hash :0b837ea7 Message :Correctly set the legacy version when TLSv1.3 is building a client hello.
The legacy version field is capped at TLSv1.2, however it may be lower than
this if we are only choosing to use TLSv1.0 or TLSv1.1.
ok beck@ tb@