Searched refs:tlsext_ocsp_exts (Results 1 – 4 of 4) sorted by relevance
1475 if (s->tlsext_ocsp_exts) { in ssl_add_clienthello_tlsext()1476 extlen = i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, NULL); in ssl_add_clienthello_tlsext()1502 i2d_X509_EXTENSIONS(s->tlsext_ocsp_exts, &ret); in ssl_add_clienthello_tlsext()2327 if (s->tlsext_ocsp_exts) { in ssl_scan_clienthello_tlsext()2328 sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, in ssl_scan_clienthello_tlsext()2332 s->tlsext_ocsp_exts = in ssl_scan_clienthello_tlsext()2334 if (!s->tlsext_ocsp_exts || (data + dsize != sdata)) in ssl_scan_clienthello_tlsext()
362 s->tlsext_ocsp_exts = NULL; in SSL_new()627 if (s->tlsext_ocsp_exts) in SSL_free()628 sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, X509_EXTENSION_free); in SSL_free()
3321 *(STACK_OF(X509_EXTENSION) **)parg = s->tlsext_ocsp_exts; in ssl3_ctrl()3326 s->tlsext_ocsp_exts = parg; in ssl3_ctrl()
1611 X509_EXTENSIONS *tlsext_ocsp_exts; member