Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphers
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Dec 2013 19:42:39 +0000 (14:42 -0500)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 9 Jan 2014 15:43:27 +0000 (15:43 +0000)
commit7988163c3bd5d4c72e12ac7db960da57eba4eb0e
treed2e6f604136c1aa36915da68573263c9306273af
parent4082fea81c150e9f2643819148d275e500f309a3
Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphers

The standard terminology in https://tools.ietf.org/html/rfc5426 is
"DHE".  "openssl ciphers" outputs "DHE" (for the most part).  But
users of the library currently cannot specify "DHE", they must
currently specify "EDH".

This change allows users to specify the common term in cipher suite
strings without breaking backward compatibility.
ssl/ssl.h
ssl/ssl_ciph.c