You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/04/11 14:42:53 UTC

[GitHub] [trafficserver] jeredfloyd commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0

jeredfloyd commented on issue #7341:
URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-1095140971

   Fedora 36 has switched to OpenSSL 3.0.2 by default.  ATS builds successfully, but the tscore HKDF tests fail.
   
   src/tscore/HKDF_openssl.cc:extract/expand() fail with EVP_PKEY_derive() returning failure.  These interfaces are deprecated in favor of the EVP_KDF_* interfaces, but I suspect this is an upstream bug that this simply fails.
   
   I can build against the openssl1.1 compat packages in Fedora 36 for now so further investigation is lower on my priority list, but I welcome insight from OpenSSL experts!
    


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org