Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23366
to look at the new patch set (#3).
Change subject: Fix compilation if using OpenSSL < 1.1.1
......................................................................
Fix compilation if using OpenSSL < 1.1.1
This change adds a version guard around the call to
SSL_CTX_set_ciphersuites() so it only compiles when
building with OpenSSL versions that support it. This
addresses a build failure caused by commit f6fbcde on
systems using OpenSSL 1.0.x.
The --webserver_tls_min_protocol flag's validator is
also updated to check for the set TLS version against
the available version.
The build has been tested successfully in CentOS 7.9
machine.
This is a followup to f6fbcde.
Change-Id: I7410a1f08e700efd8a917be8c59d54a497023cef
Reviewed-on: http://gerrit.cloudera.org:8080/23295
Tested-by: Abhishek Chennaka <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
---
M src/kudu/server/webserver_options.cc
M thirdparty/download-thirdparty.sh
A thirdparty/patches/squeasel-tls-openssl10x.patch
3 files changed, 65 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/66/23366/3
--
To view, visit http://gerrit.cloudera.org:8080/23366
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.18.x
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7410a1f08e700efd8a917be8c59d54a497023cef
Gerrit-Change-Number: 23366
Gerrit-PatchSet: 3
Gerrit-Owner: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)