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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]