Home
last modified time | relevance | path

Searched refs:tlsext_status_type (Results 1 – 9 of 9) sorted by relevance

/trueos/crypto/openssl/ssl/
HDt1_lib.c575 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()
HDs23_clnt.c364 if (s->tlsext_status_type != -1) in ssl23_client_hello()
HDssl.h1431 int tlsext_status_type; member
HDs3_lib.c3274 s->tlsext_status_type = larg; in ssl3_ctrl()
HDs3_srvr.c3535 *(p++) = s->tlsext_status_type; in ssl3_send_cert_status()
HDssl_lib.c358 s->tlsext_status_type = -1; in SSL_new()
/trueos/contrib/wpa/patches/
HDopenssl-0.9.8h-tls-extensions.patch307 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
HDopenssl-0.9.8i-tls-extensions.patch330 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
HDopenssl-0.9.8x-tls-extensions.patch324 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp &&