Searched refs:tlsext_status_type (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dt1_lib.c225 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp &&
439 s->tlsext_status_type = -1;
587 s->tlsext_status_type = *data++;
589 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
687 s->tlsext_status_type = -1;
768 if ((s->tlsext_status_type == -1) || (size > 0))
874 if (s->tlsext_status_type != -1 && s->ctx && s->ctx->tlsext_status_cb)
942 if ((s->tlsext_status_type != -1) && !(s->tlsext_status_expected)
H A Ds23_clnt.c236 if (s->tlsext_status_type != -1)
H A Ds3_lib.c1938 s->tlsext_status_type=larg;
H A Dssl.h1044 int tlsext_status_type; member in struct:ssl_st
H A Ds3_srvr.c2900 *(p++)= s->tlsext_status_type;
H A Dssl_lib.c318 s->tlsext_status_type = -1;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h1044 int tlsext_status_type; member in struct:ssl_st

Completed in 201 milliseconds