Home
last modified time | relevance | path

Searched refs:ssl_stapling (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dmod_wolfssl.c123 buffer *ssl_stapling; member
460 buffer *ssl_stapling = hctx->conf.pc->ssl_stapling; in ssl_tlsext_status_cb() local
461 if (NULL == ssl_stapling) return SSL_TLSEXT_ERR_NOACK; in ssl_tlsext_status_cb()
464 int len = (int)buffer_clen(ssl_stapling); in ssl_tlsext_status_cb()
470 memcpy(ocsp_resp, ssl_stapling->ptr, (uint32_t)len); in ssl_tlsext_status_cb()
578 buffer_free(pc->ssl_stapling); in mod_openssl_free_config()
1453 buffer *der = pc->ssl_stapling; in mod_openssl_ocsp_next_update()
1512 buffer_free(pc->ssl_stapling); in mod_openssl_expire_stapling_file()
1513 pc->ssl_stapling = NULL; in mod_openssl_expire_stapling_file()
1529 pc->ssl_stapling = b; /*(unchanged unless orig was NULL)*/ in mod_openssl_reload_stapling_file()
[all …]
H A Dmod_openssl.c101 buffer *ssl_stapling; member
472 buffer *ssl_stapling = hctx->conf.pc->ssl_stapling; in ssl_tlsext_status_cb() local
473 if (NULL == ssl_stapling) return SSL_TLSEXT_ERR_NOACK; in ssl_tlsext_status_cb()
476 int len = (int)buffer_clen(ssl_stapling); in ssl_tlsext_status_cb()
482 memcpy(ocsp_resp, ssl_stapling->ptr, len); in ssl_tlsext_status_cb()
595 buffer_free(pc->ssl_stapling); in mod_openssl_free_config()
1133 buffer *ocsp_resp = pc->ssl_stapling; in mod_openssl_cert_cb()
1540 buffer *der = pc->ssl_stapling; in mod_openssl_ocsp_next_update()
1575 buffer_free(pc->ssl_stapling); in mod_openssl_expire_stapling_file()
1576 pc->ssl_stapling = NULL; in mod_openssl_expire_stapling_file()
[all …]