Skip to content

TS_SSL_CLIENT_HELLO_HOOK is unavailable with BoringSSL #7510

Description

@maskit

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions