]> granicus.if.org Git - apache/commit
backport r1213380 from trunk:
authorKaspar Brand <kbrand@apache.org>
Mon, 12 Dec 2011 19:51:05 +0000 (19:51 +0000)
committerKaspar Brand <kbrand@apache.org>
Mon, 12 Dec 2011 19:51:05 +0000 (19:51 +0000)
commitf082f40cb7a96f27e1072c8d9c793cdca5a21260
treebbc341ddec1b4348853a01d5d9385cda9956c84a
parent4b70151c3e6be5f8f86d80f9e1b5b351520f8262
backport r1213380 from trunk:

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/branches/2.4.x@1213395 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
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