diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-01 15:36:55 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-03-05 13:04:10 +0100 |
commit | bfb408ae3d424bf8f510806434eb14a730adc4fb (patch) | |
tree | fed3d553b459b128212832b441118ea9c5d8f967 /lib/ssl/src/ssl_connection.erl | |
parent | 8183fcfb059794823a8289456d68b20a80d9a1b4 (diff) | |
download | otp-bfb408ae3d424bf8f510806434eb14a730adc4fb.tar.gz otp-bfb408ae3d424bf8f510806434eb14a730adc4fb.tar.bz2 otp-bfb408ae3d424bf8f510806434eb14a730adc4fb.zip |
ssl: Check that negotiated version is a supported version.
Diffstat (limited to 'lib/ssl/src/ssl_connection.erl')
-rw-r--r-- | lib/ssl/src/ssl_connection.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_connection.erl b/lib/ssl/src/ssl_connection.erl index 8f4fd88d42..bab0bb907a 100644 --- a/lib/ssl/src/ssl_connection.erl +++ b/lib/ssl/src/ssl_connection.erl @@ -73,7 +73,6 @@ session_cache, % session_cache_cb, % negotiated_version, % tls_version() - supported_protocol_versions, % [atom()] client_certificate_requested = false, key_algorithm, % atom as defined by cipher_suite hashsign_algorithm, % atom as defined by cipher_suite |