Yida Wu created IMPALA-14807:
--------------------------------
Summary: Replace MD5 and SHA1 hashing in squeasel for OpenSSL 3.0
Key: IMPALA-14807
URL: https://issues.apache.org/jira/browse/IMPALA-14807
Project: IMPALA
Issue Type: Task
Components: Backend
Reporter: Yida Wu
Assignee: Yida Wu
Fix For: Impala 5.0.0
Impala uses squeasel for its debug web UI. The code uses low-level hashing
functions such as MD5_Init(), MD5_Update(), MD5_Final(), and SHA1, which are
deprecated in OpenSSL 3.0, causing the build to fail in the FIPS 140-3
compliance environment. We should update the code to use the high-level EVP
hashing functions to fix this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)