Yida Wu has uploaded a new patch set (#2). ( 
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, 65 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/24110/2
--
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: newpatchset
Gerrit-Change-Id: I806394633eaa73d973c27988fd303004487ddb4a
Gerrit-Change-Number: 24110
Gerrit-PatchSet: 2
Gerrit-Owner: Yida Wu <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>

Reply via email to