You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useSSL_CTX_set_select_certificate_cb
instead.Autest tls_hooks16, 17 and 18 fail because of this.
The text was updated successfully, but these errors were encountered: