Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23149 )
Change subject: [webserver] Add support for TLS 1.3 ...................................................................... [webserver] Add support for TLS 1.3 This commit patches Squeasel to honor the minimum TLS version even if TLSv1.3 is set and adds a new ciphersuites option in addition to ciphers, which is used for TLS 1.3. I added a new test that requires TLS 1.3, but the new ciphersuites option was tested only manually with openssl s_client, as curl doesn't seem to support requiring specific ciphers. Change-Id: Iba21d62e22962c782ff8013d805b31ff058d9245 Reviewed-on: http://gerrit.cloudera.org:8080/23149 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Attila Bukor <[email protected]> --- M src/kudu/server/webserver-test.cc M src/kudu/server/webserver.cc M src/kudu/server/webserver_options.cc M src/kudu/server/webserver_options.h M src/kudu/util/curl_util.cc M src/kudu/util/curl_util.h M thirdparty/download-thirdparty.sh A thirdparty/patches/squeasel-tls-min-version.patch 8 files changed, 205 insertions(+), 5 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Attila Bukor: Verified -- To view, visit http://gerrit.cloudera.org:8080/23149 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iba21d62e22962c782ff8013d805b31ff058d9245 Gerrit-Change-Number: 23149 Gerrit-PatchSet: 7 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
