]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Streamline TLS session ticket key handling (added in r1200040):
authorKaspar Brand <kbrand@apache.org>
Mon, 12 Dec 2011 19:21:35 +0000 (19:21 +0000)
committerKaspar Brand <kbrand@apache.org>
Mon, 12 Dec 2011 19:21:35 +0000 (19:21 +0000)
commit8d37f73ce70272f96a5ee0d5433518ad16a5f074
tree7fca0d3ebbc398a98d7ece534e08957464c1454f
parent91ce790cd3bda7b225671340c6637d345b688e74
Streamline TLS session ticket key handling (added in r1200040):
- drop the SSLTicketKeyDefault directive, and only support a single
  ticket key per server/vhost
- rename the SSLTicketKeyFile directive to SSLSessionTicketKeyFile,
  remove the keyname parameter
- move ticket key parameters from SSLSrvConfigRec to modssl_ctx_t
- configure the tlsext_ticket_key_cb only when in server mode
- add documentation for SSLSessionTicketKeyFile

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1213380 13f79535-47bb-0310-9956-ffa450edef68
docs/log-message-tags/next-number
docs/manual/mod/mod_ssl.xml
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h