CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/07 08:26:32
Modified files:
lib/libssl : s3_lib.c ssl_ciph.c ssl_clnt.c ssl_locl.h
Log message:
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
The mess that is ssl_get_algorithm2() only exists to upgrade the handshake
MAC of a pre-TLSv1.2 cipher suite to SHA256 when used with TLSv1.2. We can
readily do this in ssl_get_handshake_evp_md(), which is far more readable.
ok tb@
