Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_server.c1050 tlsextctx tlsextcbp = { NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING }; in s_server_main() local
1607 tlsextcbp.servername = opt_arg(); in s_server_main()
1610 tlsextcbp.extension_error = SSL_TLSEXT_ERR_ALERT_FATAL; in s_server_main()
1825 if (tlsextcbp.servername != NULL) { in s_server_main()
2269 tlsextcbp.biodebug = bio_s_out; in s_server_main()
2271 SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp); in s_server_main()
2273 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); in s_server_main()
H A Ds_client.c913 tlsextctx tlsextcbp = { NULL, 0 }; in s_client_main() local
2037 tlsextcbp.biodebug = bio_err; in s_client_main()
2039 SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp); in s_client_main()

Completed in 21 milliseconds