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 23:01:45 +0000 (00:01 +0100)
commit595487ea1978d65ca8db7b1c4990fc8c4f781399
tree0fca8caedd62a24937c72179e2a630c3aa07eee8
parentc6eb1cbd1e2afbf0e0e9170cb9b5df1ff25bfd14
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>
(cherry picked from commit 13f8eb4730b9fc039e743870f81e5ff54b3d05b8)

Conflicts:
CHANGES
CHANGES
doc/apps/ciphers.pod
ssl/s3_lib.c