diff options
author | Ingela Anderton Andin <[email protected]> | 2013-10-07 15:06:51 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-10-14 09:59:02 +0200 |
commit | 475a34dc371503e601989125b9e4124cfcb26a5f (patch) | |
tree | e4ef20110696e268a33e70eb6aab1f8cc0f5fb58 /lib/ssl/src/ssl_handshake.hrl | |
parent | 240c5e4785fee63457e87c443eff5da82976c785 (diff) | |
download | otp-475a34dc371503e601989125b9e4124cfcb26a5f.tar.gz otp-475a34dc371503e601989125b9e4124cfcb26a5f.tar.bz2 otp-475a34dc371503e601989125b9e4124cfcb26a5f.zip |
ssl: Honor TLS client ECC extension
Also the server should only send ECC point formats extension not ECC curve
extension.
Diffstat (limited to 'lib/ssl/src/ssl_handshake.hrl')
-rw-r--r-- | lib/ssl/src/ssl_handshake.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.hrl b/lib/ssl/src/ssl_handshake.hrl index 3a3ad8cf35..f25b0df806 100644 --- a/lib/ssl/src/ssl_handshake.hrl +++ b/lib/ssl/src/ssl_handshake.hrl @@ -45,7 +45,8 @@ master_secret, srp_username, is_resumable, - time_stamp + time_stamp, + ecc }). -define(NUM_OF_SESSION_ID_BYTES, 32). % TSL 1.1 & SSL 3 |