Yida Wu has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24110


Change subject: IMPALA-14807: Fix squeasel MD5 issue in OpenSSL 3.0
......................................................................

IMPALA-14807: Fix squeasel MD5 issue in OpenSSL 3.0

OpenSSL 3.0 deprecates low-level hashing APIs such as MD5_Init() and
SHA1_Init(). Building in FIPS-compliant environments would fail.

This change replaces both MD5 and SHA1 implementations in squeasel.c
with the EVP digest interface using EVP APIs. This ensures the
compatibility with OpenSSL 3.0 to support FIPS 140-3.

Change-Id: I806394633eaa73d973c27988fd303004487ddb4a
---
M be/src/thirdparty/squeasel/squeasel.c
1 file changed, 47 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/24110/1
--
To view, visit http://gerrit.cloudera.org:8080/24110
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I806394633eaa73d973c27988fd303004487ddb4a
Gerrit-Change-Number: 24110
Gerrit-PatchSet: 1
Gerrit-Owner: Yida Wu <[email protected]>

Reply via email to