CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/08/10 08:57:04
Modified files: lib/libssl/src/ssl: s3_lib.c Log message: Remove disabled (weakened export and non-ephemeral DH) cipher suites from the cipher list. This reduces code size, saves data segment space and prevents them from being turned back on at runtime by flipping a bit in memory. ok guenther@