[#]
http://marc.info/?l=openbsd-cvs&m=140768266728194&w=2
openbsd-cvs(obsdave,2) — All
2014-08-10 19:55:07
Module name: src
Changes by: jsing@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@