Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHA
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Dec 2013 07:28:10 +0000 (02:28 -0500)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 9 Jan 2014 15:43:28 +0000 (15:43 +0000)
commit4b5cce664c8c770dbac661286c5118cb54d1d9d6
tree50817b0a3e4fbbd32b7aac0d640ce40f0e58a32d
parent889f39c70ffd2971de9bf076fa0c11bca49aa581
Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHA

Replace the full ciphersuites with "EDH-" in their labels with "DHE-"
so that all DHE ciphersuites are referred to in the same way.

Leave backward-compatible aliases for the ciphersuites in question so
that configurations which specify these explicitly will continue
working.
ssl/s3_lib.c
ssl/ssl3.h
ssl/ssl_ciph.c