use SSL_kDHE throughout instead of SSL_kEDH
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Dec 2013 20:11:15 +0000 (15:11 -0500)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 9 Jan 2014 15:43:28 +0000 (15:43 +0000)
commit5a21cadbeb9fa13ddeffb31b5749336cdd8c4081
tree5a24b7c405a9969d02771e8f6d184931c64fb56b
parent75cb3771b4699bb3763ed133c7d45d88383894b1
use SSL_kDHE throughout instead of SSL_kEDH

DHE is the standard term used by the RFCs and by other TLS
implementations.  It's useful to have the internal variables use the
standard terminology.

This patch leaves a synonym SSL_kEDH in place, though, so that older
code can still be built against it, since that has been the
traditional API.  SSL_kEDH should probably be deprecated at some
point, though.
doc/apps/ciphers.pod
doc/ssleay.txt
ssl/d1_srvr.c
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_trce.c