CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/11 10:14:47
Modified files:
lib/libssl : ssl_ciphers.c ssl_clnt.c ssl_locl.h ssl_srvr.c
ssl_versions.c
Log message:
Remove ssl_downgrade_max_version().
Now that we store our maximum TLS version at the start of the handshake,
we can check against that directly.
ok inoguchi@ tb@
