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/ssl_connection.hrl | |
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/ssl_connection.hrl')
-rw-r--r-- | lib/ssl/src/ssl_connection.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_connection.hrl b/lib/ssl/src/ssl_connection.hrl index 3e26f67de1..f9d2149170 100644 --- a/lib/ssl/src/ssl_connection.hrl +++ b/lib/ssl/src/ssl_connection.hrl @@ -57,6 +57,7 @@ session_cache_cb :: atom(), crl_db :: term(), negotiated_version :: ssl_record:ssl_version() | 'undefined', + client_hello_version :: ssl_record:ssl_version() | 'undefined', client_certificate_requested = false :: boolean(), key_algorithm :: ssl_cipher:key_algo(), hashsign_algorithm = {undefined, undefined}, |