aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/dtls_handshake.erl
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-11-11 10:05:12 +0100
committerFredrik Gustafsson <[email protected]>2013-11-11 10:05:12 +0100
commita2d97b6405066c702678e891d0d3c7640b81d621 (patch)
tree5add7650f8d4599ba736ab5955b0abda31dd29cb /lib/ssl/src/dtls_handshake.erl
parent7724137c2952a343a709fc9e2f1a44eb2e1fb584 (diff)
parent06d4f009136b853cd8b50a6b5e8ae0ff5bb54041 (diff)
downloadotp-a2d97b6405066c702678e891d0d3c7640b81d621.tar.gz
otp-a2d97b6405066c702678e891d0d3c7640b81d621.tar.bz2
otp-a2d97b6405066c702678e891d0d3c7640b81d621.zip
Merge branch 'klyr/ssl_sni_client/OTP-11460' into maint
* klyr/ssl_sni_client/OTP-11460: Update documentation Add a new server_name_indication option to ssl:connect Add SSL Server Name Indication (SNI) client support
Diffstat (limited to 'lib/ssl/src/dtls_handshake.erl')
-rw-r--r--lib/ssl/src/dtls_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/dtls_handshake.erl b/lib/ssl/src/dtls_handshake.erl
index 26e8ce7503..d0f9649f9f 100644
--- a/lib/ssl/src/dtls_handshake.erl
+++ b/lib/ssl/src/dtls_handshake.erl
@@ -46,7 +46,7 @@ client_hello(Host, Port, Cookie, ConnectionStates,
SecParams = Pending#connection_state.security_parameters,
CipherSuites = ssl_handshake:available_suites(UserSuites, Version),
- Extensions = ssl_handshake:client_hello_extensions(Version, CipherSuites,
+ Extensions = ssl_handshake:client_hello_extensions(Host, Version, CipherSuites,
SslOpts, ConnectionStates, Renegotiation),
Id = ssl_session:client_id({Host, Port, SslOpts}, Cache, CacheCb, OwnCert),