CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2024/07/16 08:38:04

Modified files:
        lib/libssl     : s3_lib.c ssl_ciph.c ssl_local.h 

Log message:
Clean up SSL_HANDSHAKE_MAC_DEFAULT.

The handshake MAC needs to be upgraded when TLSv1.0 and TLSv1.1
ciphersuites are used with TLSv1.2. Since we no longer support TLSv1.0
and TLSv1.1, we can simply upgrade the handshake MAC in the ciphersuite
table and remove the various defines/macros/code that existed to handle
the upgrade.

ok tb@

Reply via email to