Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23997
Change subject: POC: IMPALA-14754: Allow GCM encryption without PCLMULQDQ ...................................................................... POC: 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. Change-Id: Ib6353fb9a686046274f1cbde79ecda7aa46adf0b --- M be/src/util/openssl-util.cc M be/src/util/openssl-util.h 2 files changed, 9 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/97/23997/1 -- 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: newchange Gerrit-Change-Id: Ib6353fb9a686046274f1cbde79ecda7aa46adf0b Gerrit-Change-Number: 23997 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]>
