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/06/09 20:18:49 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-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: issues-unsubscribe@trafficserver.apache.org

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