Home
last modified time | relevance | path

Searched refs:tls (Results 1 – 25 of 34) sorted by relevance

12

/unit/src/
H A Dnxt_openssl.c752 tls = c->u.tls;
1075 tls = c->u.tls;
1175 c->u.tls = tls;
1189 tls->conn = c;
1227 tls = c->u.tls;
1257 tls = c->u.tls;
1340 tls = c->u.tls;
1392 tls = sb->tls;
1439 tls = c->u.tls;
1550 tls = c->u.tls;
[all …]
H A Dnxt_unit_request.h23 uint8_t tls; member
H A Dnxt_listen_socket.h27 uint8_t tls; /* 1 bit */ member
H A Dnxt_router.h76 nxt_queue_t tls; /* of nxt_router_tlssock_t */ member
216 nxt_tls_conf_t *tls; member
H A Dnxt_router.c2188 tls->temp_conf = tmcf; in nxt_router_conf_tls_insert()
2189 tls->last = last; in nxt_router_conf_tls_insert()
2192 nxt_queue_insert_tail(&tmcf->tls, &tls->link); in nxt_router_conf_tls_insert()
2961 tls = data; in nxt_router_tls_rpc_handler()
2962 tmcf = tls->temp_conf; in nxt_router_tls_rpc_handler()
2970 if (tls->socket_conf->tls == NULL) { in nxt_router_tls_rpc_handler()
2977 tls->socket_conf->tls = tlscf; in nxt_router_tls_rpc_handler()
2980 tlscf = tls->socket_conf->tls; in nxt_router_tls_rpc_handler()
2998 ret = task->thread->runtime->tls->server_init(task, mp, tls->tls_init, in nxt_router_tls_rpc_handler()
3982 task->thread->runtime->tls->server_free(task, skcf->tls); in nxt_router_conf_release()
[all …]
H A Dnxt_sendbuf.h40 void *tls; member
H A Dnxt_runtime.h32 const nxt_tls_lib_t *tls; member
H A Dnxt_h1proto.c236 if (skcf->tls != NULL) { in nxt_http_conn_init()
314 nxt_tls_conf_t *tls; in nxt_http_conn_test() local
374 tls = joint->socket_conf->tls; in nxt_http_conn_test()
376 tls->conn_init(task, tls, c); in nxt_http_conn_test()
493 r->tls = (c->u.tls != NULL); in nxt_h1p_conn_request_init()
594 if (c->u.tls == NULL && r->conf->socket_conf->tls != NULL) { in nxt_h1p_conn_request_header_parse()
2066 if (c->u.tls != NULL) { in nxt_h1p_closing()
H A Dnxt_conn_write.c51 sb.tls = c->u.tls; in nxt_conn_io_write()
H A Dnxt_php_sapi.c951 proto = r->tls ? "https://" : "http://"; in nxt_php_do_301()
958 && !(r->tls && strcmp(port, "443") == 0) in nxt_php_do_301()
959 && !(!r->tls && strcmp(port, "80") == 0)) in nxt_php_do_301()
1505 if (r->tls) {
H A Dnxt_listen_socket.c371 if (ls->tls) { in nxt_listen_socket_pool_min_size()
H A Dnxt_conn.h144 void *tls; member
/unit/test/
H A Dtest_routing_tls.py1 from unit.applications.tls import ApplicationTLS
H A Dtest_status_tls.py1 from unit.applications.tls import ApplicationTLS
H A Dtest_tls_conf_command.py5 from unit.applications.tls import ApplicationTLS
H A Dtest_reconfigure_tls.py7 from unit.applications.tls import ApplicationTLS
H A Dtest_tls_session.py15 from unit.applications.tls import ApplicationTLS
H A Dtest_tls_sni.py6 from unit.applications.tls import ApplicationTLS
H A Dtest_tls_tickets.py12 from unit.applications.tls import ApplicationTLS
/unit/go/
H A Drequest.go72 if req.tls != 0 {
73 r.req.TLS = &tls.ConnectionState{ }
/unit/test/unit/check/
H A Ddiscover_available.py10 from unit.check.tls import check_openssl
/unit/docs/
H A Dunit-openapi.yaml1493 - tls
1521 - tls
1557 - tls
1584 - tls
1613 - tls
1649 - tls
1674 - tls
1702 - tls
1738 - tls
1765 - tls
[all …]
/unit/src/wasm/
H A Dnxt_wasm.h71 uint32_t tls; member
H A Dnxt_wasm.c146 wr->tls = r->tls; in nxt_wasm_request_handler()
/unit/src/wasm-wasi-component/src/
H A Dlib.rs354 .scheme(if info.tls() { "https" } else { "http" }) in to_request_builder()
451 fn tls(&self) -> bool { in tls() method
452 unsafe { (*(*self.info).request).tls != 0 } in tls()

12