An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Piotr Sikora 79be6a5462 SSL: added ability to set keys used for Session Tickets (RFC5077).
In order to support key rollover, ssl_session_ticket_key can be defined
multiple times. The first key will be used to issue and resume Session
Tickets, while the rest will be used only to resume them.

    ssl_session_ticket_key  session_tickets/current.key;
    ssl_session_ticket_key  session_tickets/prev-1h.key;
    ssl_session_ticket_key  session_tickets/prev-2h.key;

Please note that nginx supports Session Tickets even without explicit
configuration of the keys and this feature should be only used in setups
where SSL traffic is distributed across multiple nginx servers.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
2013-10-11 16:05:24 -07:00
auto Mail: mail dependencies are now honored while building addons. 2013-09-30 22:09:54 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.5.6-RELEASE 2013-10-01 17:44:51 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src SSL: added ability to set keys used for Session Tickets (RFC5077). 2013-10-11 16:05:24 -07:00
.hgtags release-1.5.6 tag 2013-10-01 17:44:51 +04:00