diff options
author | Nikos Mavrogiannopoulos | 2010-07-01 03:09:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos | 2010-07-01 03:09:56 +0200 |
commit | 36c02797b672ed5ed937c798bd97aeeb7394f038 (patch) | |
tree | 681d5b28d283c5ea2d8248d16d5ce23dc27df165 /src/mod_gnutls.c | |
parent | 47e0ccc66d3ed9112140ae9ec75394d7fa4bf5e1 (diff) |
Added option to turn on/off session tickets.
Diffstat (limited to 'src/mod_gnutls.c')
-rw-r--r-- | src/mod_gnutls.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mod_gnutls.c b/src/mod_gnutls.c index 08e7dba..c95d183 100644 --- a/src/mod_gnutls.c +++ b/src/mod_gnutls.c | |||
@@ -121,6 +121,10 @@ static const command_rec mgs_config_cmds[] = { | |||
121 | NULL, | 121 | NULL, |
122 | RSRC_CONF, | 122 | RSRC_CONF, |
123 | "Cache Configuration"), | 123 | "Cache Configuration"), |
124 | AP_INIT_TAKE1("GnuTLSSessionTickets", mgs_set_tickets, | ||
125 | NULL, | ||
126 | RSRC_CONF, | ||
127 | "Session Tickets Configuration"), | ||
124 | AP_INIT_RAW_ARGS("GnuTLSPriorities", mgs_set_priorities, | 128 | AP_INIT_RAW_ARGS("GnuTLSPriorities", mgs_set_priorities, |
125 | NULL, | 129 | NULL, |
126 | RSRC_CONF, | 130 | RSRC_CONF, |