Searched refs:status_type (Results 1 – 8 of 8) sorted by relevance
333 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request()338 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request()342 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
361 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request()1463 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
1141 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
2157 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && sctx != NULL in tls_handle_status_request()4310 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
2932 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
3605 ret = sc->ext.status_type; in ssl3_ctrl()3609 sc->ext.status_type = larg; in ssl3_ctrl()3960 return ctx->ext.status_type; in ssl3_ctx_ctrl()3963 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
1008 int status_type; member1579 int status_type; member
820 s->ext.status_type = ctx->ext.status_type; in ossl_ssl_connection_new_int()4163 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new_ex()
Completed in 72 milliseconds