Home
last modified time | relevance | path

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

/external/openssl/apps/
Ds_server.c962 tlsextctx tlsextcbp = {NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING}; in MAIN() local
1297 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()
Ds_client.c610 tlsextctx tlsextcbp = in MAIN() local
1201 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()