Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23997 )
Change subject: IMPALA-14754: Allow GCM encryption without PCLMULQDQ ...................................................................... IMPALA-14754: Allow GCM encryption without PCLMULQDQ Allows using aes_128_gcm/aes_256_gcm even when PCLMULQDQ is missing. While this may be suboptimal, openssl should be still able to execute it. The usage of EncryptionKey::GetSupportedDefaultMode() is not changed, so it will still not return GCM without PCLMULQDQ. This is used for spill encryption and when aes_encrypt/aes_decrypt has no 'mode' specified. Testing: - ran tests on ARM host Change-Id: Ib6353fb9a686046274f1cbde79ecda7aa46adf0b Reviewed-on: http://gerrit.cloudera.org:8080/23997 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/openssl-util.cc M be/src/util/openssl-util.h M testdata/workloads/functional-query/queries/QueryTest/encryption_exprs_aes_256_gcm.test 3 files changed, 20 insertions(+), 20 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23997 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib6353fb9a686046274f1cbde79ecda7aa46adf0b Gerrit-Change-Number: 23997 Gerrit-PatchSet: 8 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]>
