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

   Closing this umbrella. Apache Traffic Server now builds, runs, and passes 
the test suite against OpenSSL 3.x: CI covers OpenSSL 3.0.8 and 3.5.6 (plus 
quictls), and on OpenSSL 3.0 and newer the build sets OPENSSL_API_COMPAT=10002 
so the few remaining deprecated calls still compile. Most of the items tracked 
here have shipped (the low-level SHA/MD5/HMAC digest migrations, 
SSL_get_peer_certificate, ERR_get_error_line_data, and so on).
   
   The only residual deprecated-in-3.0 usage left is the Diffie-Hellman 
parameter helpers and the ENGINE-based private key loading in 
src/iocore/net/SSLUtils.cc. I have split that into a focused issue so it is 
easy to track and finish: #13347.
   
   Closing this one as the compatibility goal is met; the remaining deprecation 
cleanup continues in #13347.


-- 
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]

Reply via email to