Home
last modified time | relevance | path

Searched refs:tlsextcbp (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Ds_server.c1018 tlsextctx tlsextcbp = { NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING }; in s_server_main() local
1572 tlsextcbp.servername = opt_arg(); in s_server_main()
1575 tlsextcbp.extension_error = SSL_TLSEXT_ERR_ALERT_FATAL; in s_server_main()
1766 if (tlsextcbp.servername != NULL) { in s_server_main()
2208 tlsextcbp.biodebug = bio_s_out; in s_server_main()
2210 SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp); in s_server_main()
2212 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); in s_server_main()
H A Ds_client.c859 tlsextctx tlsextcbp = { NULL, 0 }; in s_client_main() local
1943 tlsextcbp.biodebug = bio_err; in s_client_main()
1945 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); in s_client_main()

Completed in 21 milliseconds