bneradt commented on issue #12014: URL: https://github.com/apache/trafficserver/issues/12014#issuecomment-3542623264
Thank you for this thread for discussion. > So we CAN or CANNOT use BoringSSL / AWS-LC? You can use BoringSSL. Our CI jobs verify this. My employer (Yahoo) does not use BoringSSL, but I know that others do. BoringSSL is a bit tricky though in the sense that it is very commit specific. Here's the exact script that the CI images use to install BoringSSL for CI: https://github.com/apache/trafficserver-ci/blob/main/docker/rockylinux8/build_openssl_h3_tools.sh Then I suggest following the CMakePresets guidance such as here for how to build it: https://github.com/apache/trafficserver/blob/a0f4cf537760b0d2b68aa0970db15997cf5b8682/CMakePresets.json#L165-L166 > It seems like we cant use openssl api 1.1.1 To be clear, this is incorrect. OpenSSL 1.1.1 and 3.x are both supported by version 10. Although I suspect that most people should be on OpenSSL 3.x at this point. Nevertheless, our ubuntu CI jobs verify OpenSSL 1.1.1 builds. -- 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]
