Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphers
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Dec 2013 18:18:30 +0000 (13:18 -0500)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 9 Jan 2014 15:43:27 +0000 (15:43 +0000)
commit7963ddeb44b56e5fed734c39e726afc32d9cdb15
tree9e1d662a0103967970916a11cb75811226cb0858
parenteedab5241e32f9f185cfee23a0c67264d3e3ecf2
Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphers

The standard terminology in https://tools.ietf.org/html/rfc4492 is
ECDHE.  "openssl ciphers" outputs ECDHE.  But users of the library
currently cannot specify ECDHE, they must specify EECDH.

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