Attila Bukor has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16657
Change subject: Add option to enforce FIPS approved mode ...................................................................... Add option to enforce FIPS approved mode When OpenSSL is initialized, Kudu now logs if FIPS approved mode is enabled. If the KUDU_REQUIRE_FIPS_MODE is set, it fails to start without FIPS mode being enabled. This needs to be an environment variable instead of a flag so that this check can be used in the C++ client as well. Change-Id: I98a6a8b3330ea0b372b188690fadd4d312d8bf93 --- M src/kudu/security/openssl_util.cc 1 file changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/16657/1 -- To view, visit http://gerrit.cloudera.org:8080/16657 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I98a6a8b3330ea0b372b188690fadd4d312d8bf93 Gerrit-Change-Number: 16657 Gerrit-PatchSet: 1 Gerrit-Owner: Attila Bukor <[email protected]>
