aboutsummaryrefslogtreecommitdiff
path: root/doc/apps
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-05-22 13:33:19 +0100
committerMatt Caswell <matt@openssl.org>2015-05-22 23:58:52 +0100
commit13f8eb4730b9fc039e743870f81e5ff54b3d05b8 (patch)
treea8a7082838db0e12b06174f6b85cb94fda5ab647 /doc/apps
parentefee575ad464bfb60bf72dcb73f9b51768f4b1a1 (diff)
downloadopenssl-13f8eb4730b9fc039e743870f81e5ff54b3d05b8.zip
openssl-13f8eb4730b9fc039e743870f81e5ff54b3d05b8.tar.gz
openssl-13f8eb4730b9fc039e743870f81e5ff54b3d05b8.tar.bz2
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>
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/ciphers.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index 84d8260..c2d40ac 100644
--- a/doc/apps/ciphers.pod
+++ b/doc/apps/ciphers.pod
@@ -365,10 +365,8 @@ e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.
SSL_RSA_WITH_DES_CBC_SHA DES-CBC-SHA
SSL_RSA_WITH_3DES_EDE_CBC_SHA DES-CBC3-SHA
- SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA EXP-DH-DSS-DES-CBC-SHA
SSL_DH_DSS_WITH_DES_CBC_SHA DH-DSS-DES-CBC-SHA
SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA DH-DSS-DES-CBC3-SHA
- SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA EXP-DH-RSA-DES-CBC-SHA
SSL_DH_RSA_WITH_DES_CBC_SHA DH-RSA-DES-CBC-SHA
SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA DH-RSA-DES-CBC3-SHA
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA EXP-DHE-DSS-DES-CBC-SHA