]> granicus.if.org Git - apache/commit
Add support for RFC 5077 TLS Session tickets. This adds two new directives:
authorPaul Querna <pquerna@apache.org>
Wed, 9 Nov 2011 23:37:37 +0000 (23:37 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 9 Nov 2011 23:37:37 +0000 (23:37 +0000)
commit8b2e0e56c24779fae6bfcc03749817db241712ad
tree77b196d6d6706747f7e2cd77497c3ea7e75d78b2
parent1bc9c909bbb60c05a1ab8b3ac0c15f23f44cf64c
Add support for RFC 5077 TLS Session tickets.  This adds two new directives:

* SSLTicketKeyFile: To store the private information for the encryption of the ticket.
* SSLTicketKeyDefault To set the default, otherwise the first listed token is used.  This enables key rotation across servers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200040 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
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