Thomas Tauber-Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16988
Change subject: IMPALA-10454L: Bump --ssl_minimum_version to tls1.2 ...................................................................... IMPALA-10454L: Bump --ssl_minimum_version to tls1.2 TLS versions < 1.2 are now considered insecure. This patch improves Impala's default security. This is made possible now in part because Impala 4.0 dropped support for Python versions < 2.7.9 (or 2.7.5 on certain distributions where it has been patched) as lower Python versions do not support tls1.2 Testing: - Existing SSL tests are updated to reflect the new default. Change-Id: Ifed66646b041a061f9db92744710aef7453f39e4 --- M be/src/service/impala-server.cc M docs/topics/impala_ssl.xml M tests/custom_cluster/test_client_ssl.py 3 files changed, 55 insertions(+), 30 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/88/16988/1 -- To view, visit http://gerrit.cloudera.org:8080/16988 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ifed66646b041a061f9db92744710aef7453f39e4 Gerrit-Change-Number: 16988 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]>
