CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/19 12:55:12
Modified files:
lib/libssl : ssl_seclevel.c
Log message:
Disallow MD5 and SHA-1 HMACs depending on the security level
Ciphers using an MD5 HMAC are not allowed on security levels >= 1 and
using a SHA-1 HMAC is disallowed on security levels >= 4. This disables
RC4-MD5 by default.
ok jsing
