aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikos Mavrogiannopoulos 2010-07-02 15:04:15 +0200
committerGravatar Nikos Mavrogiannopoulos 2010-07-02 15:04:15 +0200
commit8264796eb1a366adbc55e35321f25324526c7c8c (patch)
treebb997f868216160a3e570fb83d9bdab0737acd50 /src
parent36c02797b672ed5ed937c798bd97aeeb7394f038 (diff)
Session tickets are enabled by default.
Diffstat (limited to 'src')
-rw-r--r--src/gnutls_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnutls_config.c b/src/gnutls_config.c
index ca26a2d..6c8d427 100644
--- a/src/gnutls_config.c
+++ b/src/gnutls_config.c
@@ -606,6 +606,7 @@ void *mgs_config_server_create(apr_pool_t * p, server_rec * s)
606 sc->cache_timeout = apr_time_from_sec(300); 606 sc->cache_timeout = apr_time_from_sec(300);
607 sc->cache_type = mgs_cache_none; 607 sc->cache_type = mgs_cache_none;
608 sc->cache_config = ap_server_root_relative(p, "conf/gnutls_cache"); 608 sc->cache_config = ap_server_root_relative(p, "conf/gnutls_cache");
609 sc->tickets = 1; /* by default enable session tickets */
609 610
610 sc->client_verify_mode = GNUTLS_CERT_IGNORE; 611 sc->client_verify_mode = GNUTLS_CERT_IGNORE;
611 612
rc='//www.gravatar.com/avatar/fbd202f8e0547844a0d9109eb57a820e?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Christopher Powell 2002-12-18 * *** empty log message ***Gravatar Christopher Powell 2002-12-10 * Changes on route to 1.18 release (better table creation logic and workarounds...Gravatar Christopher Powell 2002-12-10 * Further Makefile reorg/cleanup, a new option to support delayed insertsGravatar Christopher Powell 2002-11-27 * Some more doc edits & cleanup.Gravatar Christopher Powell 2002-11-19 * Some makefile changes to take care of images embedded in the docs.Gravatar Christopher Powell 2002-11-19 * Yet more minor documentation edits.Gravatar Christopher Powell 2002-11-19 * Many more doc edits. Reworked the makefile to use ssh/scp for 'make distro'.1.17Gravatar Christopher Powell 2002-11-17 * Further changes to the documentation and how it is generated.Gravatar Christopher Powell 2002-11-15 * More documentation work on the way to final 1.17 release.Gravatar Christopher Powell 2002-11-14 * Yanking old doc files.Gravatar Christopher Powell 2002-11-14 * Monster changes en route to 1.17. Esp. with new documentation.Gravatar Christopher Powell 2002-11-14 * *** empty log message ***1.17pre2Gravatar Christopher Powell 2002-09-04 * Lots of changes & bugfixes as requested on the list. Pre-1 of 1.17.1.17pre1Gravatar Christopher Powell