packet23 commented on PR #5256: URL: https://github.com/apache/hadoop/pull/5256#issuecomment-1366040812
After digging a bit a more into Hadoop's usage of OpenSSL, I believe the PR fixes `hadoop checknative`, but there are other places that are not covered by `hadoop checknative`: * `org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory` - uses OpenSSL via wildfly-openssl 1.0.7.Final (wildfly-openssl >= 2.2.0.Final supports OpenSSL 3.x), not covered by `hadoop checknative` * `org.apache.hadoop.crypto.random.OpensslSecureRandom` - not covered by `hadoop checknative` as it seems -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
