jeredfloyd commented on issue #7341:
URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-1151578193
RHEL 9 does not ship with OpenSSL 1.1 compatibility libraries, so I'm
looking to tackle the HKDF failures. Before I dig in, has anyone here already
investigated?
```
-------------------------------------------------------------------------------
HKDF tests
Basic test case with SHA-256
-------------------------------------------------------------------------------
unit_tests/test_HKDF.cc:30
...............................................................................
unit_tests/test_HKDF.cc:60: FAILED:
CHECK( hkdf.extract(prk, &prk_len, salt, sizeof(salt), ikm, sizeof(ikm))
== 1 )
with expansion:
-6 == 1
```
--
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]