CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/23 01:04:50
Modified files:
lib/libssl : ssl_srvr.c
Log message:
If we are building a legacy server hello, check to see if we are
downgrading from TLS 1.3. If we are, set the last 8 bytes of the
server_random value to the required values as per RFC 8446 section
4.1.3 indicating that we deliberately meant to downgrade.
ok jsing@
