Remove export static DH ciphersuites
authorMatt Caswell <matt@openssl.org>
Fri, 22 May 2015 12:33:19 +0000 (13:33 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 May 2015 22:58:52 +0000 (23:58 +0100)
commit13f8eb4730b9fc039e743870f81e5ff54b3d05b8
treea8a7082838db0e12b06174f6b85cb94fda5ab647
parentefee575ad464bfb60bf72dcb73f9b51768f4b1a1
Remove export static DH ciphersuites

Remove support for the two export grade static DH ciphersuites. These two
ciphersuites were newly added (along with a number of other static DH
ciphersuites) to 1.0.2. However the two export ones have *never* worked
since they were introduced. It seems strange in any case to be adding new
export ciphersuites, and given "logjam" it also does not seem correct to
fix them.

Reviewed-by: Richard Levitte <levitte@openssl.org>
CHANGES
doc/apps/ciphers.pod
ssl/s3_lib.c