CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/06/02 10:29:01
Modified files: lib/libssl : s3_lib.c Log message: Remove the three remaining single DES cipher suites. These are insecure and should not be used - furthermore, we would should not have been allowing their negotiation with TLSv1.2 (as noted by Robert Merget, Juraj Somorovsky and Simon Friedberger). Removing these cipher suites also fixes this issue. ok beck@ inoguchi@