commit | 4082fea81c150e9f2643819148d275e500f309a3 | [log] [tgz] |
---|---|---|
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | Thu Dec 19 13:57:49 2013 -0500 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu Jan 09 15:43:27 2014 +0000 |
tree | 0fb647fb2be306c2b8a488ab1c91b63d981f89ee | |
parent | 0be085d34aad30caeecd976d69ca43b0a1c2c5f0 [diff] |
use SSL_kECDHE throughout instead of SSL_kEECDH ECDHE 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_kEECDH in place, though, so that older code can still be built against it, since that has been the traditional API. SSL_kEECDH should probably be deprecated at some point, though.