diff options
author | Ingela Anderton Andin <[email protected]> | 2017-11-24 10:50:23 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-11-24 11:21:20 +0100 |
commit | b27269618782a033862df2f135cbff7073b30d69 (patch) | |
tree | 5d48cf2c12f5ad7bb14dc5cf857456b59fcb202d /lib/ssl | |
parent | 1678e021c603d0cbc9d951da4facc6e959e5f277 (diff) | |
download | otp-b27269618782a033862df2f135cbff7073b30d69.tar.gz otp-b27269618782a033862df2f135cbff7073b30d69.tar.bz2 otp-b27269618782a033862df2f135cbff7073b30d69.zip |
ssl: Fix incorrect merge conflict resolution
When handling merging of back ported
Counter measurements for Bleichenbacher attack
a line from DTLS was accidentally lost.
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/src/dtls_connection.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/dtls_connection.erl b/lib/ssl/src/dtls_connection.erl index 0a5720d9ee..15eb39e716 100644 --- a/lib/ssl/src/dtls_connection.erl +++ b/lib/ssl/src/dtls_connection.erl @@ -807,6 +807,7 @@ handle_client_hello(#client_hello{client_version = ClientVersion} = Hello, State = prepare_flight(State0#state{connection_states = ConnectionStates, negotiated_version = Version, hashsign_algorithm = HashSign, + client_hello_version = ClientVersion, session = Session, negotiated_protocol = Protocol}), |