Searched refs:tlsext_status_type (Results 1 – 9 of 9) sorted by relevance
575 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp && in ssl_add_clienthello_tlsext()995 s->tlsext_status_type = -1; in ssl_parse_clienthello_tlsext()1277 s->tlsext_status_type = *data++; in ssl_parse_clienthello_tlsext()1279 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp) { in ssl_parse_clienthello_tlsext()1344 s->tlsext_status_type = -1; in ssl_parse_clienthello_tlsext()1578 if ((s->tlsext_status_type == -1) || (size > 0)) { in ssl_parse_serverhello_tlsext()1957 if ((s->tlsext_status_type != -1) && s->ctx && s->ctx->tlsext_status_cb) { in ssl_check_clienthello_tlsext_late()2088 if ((s->tlsext_status_type != -1) && !(s->tlsext_status_expected) in ssl_check_serverhello_tlsext()
364 if (s->tlsext_status_type != -1) in ssl23_client_hello()
1431 int tlsext_status_type; member
3274 s->tlsext_status_type = larg; in ssl3_ctrl()
3535 *(p++) = s->tlsext_status_type; in ssl3_send_cert_status()
358 s->tlsext_status_type = -1; in SSL_new()
307 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
330 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
324 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp &&