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 2021/02/10 02:01:20 UTC

[GitHub] [trafficserver] maskit opened a new issue #7510: TS_SSL_CLIENT_HELLO_HOOK is no available with BoringSSL

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:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on issue #7510: TS_SSL_CLIENT_HELLO_HOOK is unavailable with BoringSSL

Posted by GitBox <gi...@apache.org>.
randall commented on issue #7510:
URL: https://github.com/apache/trafficserver/issues/7510#issuecomment-1043585056


   I believe this can be closed now. ATS now uses SSL_CTX_set_select_certificate_cb with BoringSSL (added in #8014) 


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



[GitHub] [trafficserver] randall closed issue #7510: TS_SSL_CLIENT_HELLO_HOOK is unavailable with BoringSSL

Posted by GitBox <gi...@apache.org>.
randall closed issue #7510:
URL: https://github.com/apache/trafficserver/issues/7510


   


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