maskit opened a new issue #7510: URL: https://github.com/apache/trafficserver/issues/7510
TS_SSL_CLIENT_HELLO_HOOK is not called if you use ATS with BoringSSL. This is because `SSL_CTX_set_client_hello_cb` is not available on BoringSSL. We might be able to use `SSL_CTX_set_select_certificate_cb` instead. Autest tls_hooks16, 17 and 18 fail because of this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
