Csaba Ringhofer created IMPALA-14772:
----------------------------------------

             Summary: Cleanup code for old openssl versions
                 Key: IMPALA-14772
                 URL: https://issues.apache.org/jira/browse/IMPALA-14772
             Project: IMPALA
          Issue Type: Task
          Components: Backend
            Reporter: Csaba Ringhofer


OpenSsl version number is checked at several places with OPENSSL_VERSION_NUMBER 
or SSLeay(). Many of these check for very old version, e.g. 1.0.1, that are no 
longer used in Impala builds. The code we no longer build is dead code and can 
make the SSL handling harder to understand. Note that many of these checks come 
from Kudu code.

My assumptions is that we could assume openssl version 1.1.1 and add static 
assert for OPENSSL_VERSION_NUMBER and startup check for  SSLeay().



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to