SSL_TLSEXT_MSG_EE
.messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_EE,
.messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_EE,
.messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_EE,
SSL_TLSEXT_MSG_EE,
.messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_EE,
if (msg_type != SSL_TLSEXT_MSG_EE)
if (!tlsext_client_parse(ctx->ssl, SSL_TLSEXT_MSG_EE, cbs, &alert_desc)) {
if (!tlsext_server_build(ctx->ssl, SSL_TLSEXT_MSG_EE, cbb))
if (server_funcs->needs(ssl, SSL_TLSEXT_MSG_EE)) {
if (!server_funcs->needs(ssl, SSL_TLSEXT_MSG_EE)) {
if (!server_funcs->build(ssl, SSL_TLSEXT_MSG_EE, &cbb)) {
if (client_funcs->process(ssl, SSL_TLSEXT_MSG_EE, &cbs, &alert)) {