Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19232
to look at the new patch set (#3).
Change subject: Follow-up on OpenSSL 3 FIPS_mode removal
......................................................................
Follow-up on OpenSSL 3 FIPS_mode removal
According to OpenSSL documentation[1], FIPS is now part of OpenSSL and
checking should be done with EVP_default_properties_is_fips_enabled(3)[2],
but it's not a trivial change.
[1]
https://wiki.openssl.org/index.php/OpenSSL_3.0#Upgrading_from_the_OpenSSL_2.0_FIPS_Object_Module
[2] https://www.openssl.org/docs/man3.0/man7/migration_guide.html
Change-Id: Ib67d6e6c28085ca61456c26a759c89ecdffb0b4a
---
M src/kudu/server/webserver-test.cc
M src/kudu/server/webserver.cc
M src/kudu/util/openssl_util.cc
3 files changed, 15 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/19232/3
--
To view, visit http://gerrit.cloudera.org:8080/19232
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib67d6e6c28085ca61456c26a759c89ecdffb0b4a
Gerrit-Change-Number: 19232
Gerrit-PatchSet: 3
Gerrit-Owner: Ádám Bakai <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)