diff options
author | Erlang/OTP <[email protected]> | 2017-11-22 12:23:40 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-11-22 12:23:40 +0100 |
commit | 6e2147433a74aba2c49447494291050ae381c7b9 (patch) | |
tree | 79caf53be6d3edd437112199877c1b0df156c352 /lib/ssl/src/dtls_connection.erl | |
parent | f021a71ad8ffd2d1f5548927944d2b08935511d1 (diff) | |
parent | 90b1b43eb3be556d47cecbe766d6bff3761be31e (diff) | |
download | otp-6e2147433a74aba2c49447494291050ae381c7b9.tar.gz otp-6e2147433a74aba2c49447494291050ae381c7b9.tar.bz2 otp-6e2147433a74aba2c49447494291050ae381c7b9.zip |
Merge branch 'ingela/maint-20/ssl/Bleichenbacher/OTP-14748' into maint-20
* ingela/maint-20/ssl/Bleichenbacher/OTP-14748:
ssl: Prepare for release
ssl: Countermeasurements for Bleichenbacher attack
Diffstat (limited to 'lib/ssl/src/dtls_connection.erl')
-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 ff3e69bae5..260ae8769c 100644 --- a/lib/ssl/src/dtls_connection.erl +++ b/lib/ssl/src/dtls_connection.erl @@ -644,6 +644,7 @@ handle_client_hello(#client_hello{client_version = ClientVersion} = Hello, State = prepare_flight(State0#state{connection_states = ConnectionStates, negotiated_version = Version, + client_hello_version = ClientVersion, hashsign_algorithm = HashSign, session = Session, negotiated_protocol = Protocol}), |