HomeSort by relevance Sort by last modified time
    Searched refs:TLSEXT_STATUSTYPE_ocsp (Results 1 - 5 of 5) sorted by null

  /external/openssl/ssl/
t1_lib.c 225 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp &&
256 *(ret++) = TLSEXT_STATUSTYPE_ocsp;
491 if (s->tlsext_status_type == TLSEXT_STATUSTYPE_ocsp)
tls1.h 124 #define TLSEXT_STATUSTYPE_ocsp 1
s3_clnt.c     [all...]
  /external/openssl/include/openssl/
tls1.h 124 #define TLSEXT_STATUSTYPE_ocsp 1
  /external/openssl/apps/
s_client.c 908 SSL_set_tlsext_status_type(con, TLSEXT_STATUSTYPE_ocsp);
    [all...]

Completed in 211 milliseconds