Lines Matching refs:tlsconf
157 auto &tlsconf = get_config()->tls;
158 if (proto != Proto::HTTP3 && !tlsconf.session_cache.memcached.host.empty()) {
159 auto bio = BIO_new(tlsconf.bio_method);
343 auto &tlsconf = get_config()->tls;
345 if (!tls.server_handshake || tlsconf.session_cache.memcached.host.empty()) {
425 if (tlsconf.no_postpone_early_data &&
448 if (tlsconf.no_postpone_early_data &&
553 if (!tlsconf.no_postpone_early_data && SSL_in_early_data(tls.ssl) &&
615 auto &tlsconf = get_config()->tls;
636 if (tlsconf.no_postpone_early_data && tls.earlybuf.rleft()) {
656 if (tlsconf.no_postpone_early_data && tls.earlybuf.rleft()) {
708 if (!tlsconf.no_postpone_early_data && SSL_in_early_data(tls.ssl) &&
929 auto &tlsconf = get_config()->tls;
931 tls.server_handshake && !tlsconf.session_cache.memcached.host.empty();
1022 auto &tlsconf = get_config()->tls;
1024 tls.server_handshake && !tlsconf.session_cache.memcached.host.empty();