Searched refs:tlsextcbp (Results 1 – 2 of 2) sorted by relevance
962 tlsextctx tlsextcbp = {NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING}; in MAIN() local1297 tlsextcbp.servername= *(++argv); in MAIN()1300 { tlsextcbp.extension_error = SSL_TLSEXT_ERR_ALERT_FATAL; } in MAIN()1421 if (tlsextcbp.servername) in MAIN()1845 tlsextcbp.biodebug = bio_s_out; in MAIN()1847 SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp); in MAIN()1849 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); in MAIN()
610 tlsextctx tlsextcbp = in MAIN() local1201 tlsextcbp.biodebug = bio_err; in MAIN()1203 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); in MAIN()1537 … BIO_printf(bio_c_out,"Server did %sacknowledge servername extension.\n",tlsextcbp.ack?"":"not "); in MAIN()