Searched refs:tlsext_servername_callback (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libssl/
H A Dt1_lib.c741 if (s->ctx != NULL && s->ctx->tlsext_servername_callback != 0)
742 ret = s->ctx->tlsext_servername_callback(s, &al,
744 else if (s->initial_ctx != NULL && s->initial_ctx->tlsext_servername_callback != 0)
745 ret = s->initial_ctx->tlsext_servername_callback(s, &al,
830 if (s->ctx != NULL && s->ctx->tlsext_servername_callback != 0)
831 ret = s->ctx->tlsext_servername_callback(s, &al,
833 else if (s->initial_ctx != NULL && s->initial_ctx->tlsext_servername_callback != 0)
834 ret = s->initial_ctx->tlsext_servername_callback(s, &al,
H A Dtls13_legacy.c543 if (ssl_ctx->tlsext_servername_callback == NULL)
545 if (ssl_ctx->tlsext_servername_callback == NULL)
548 ret = ssl_ctx->tlsext_servername_callback(s, &legacy_alert,
H A Dssl_local.h774 int (*tlsext_servername_callback)(SSL*, int *, void *); member in struct:ssl_ctx_st
H A Ds3_lib.c2461 ctx->tlsext_servername_callback =
H A Dssl_lib.c2137 ret->tlsext_servername_callback = 0;

Completed in 100 milliseconds