nginx/src/event
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
..
modules Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00
ngx_event_accept.c Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00
ngx_event_acceptex.c Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00
ngx_event_busy_lock.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_busy_lock.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connect.c Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00
ngx_event_connect.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_mutex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c Backed out f1a91825730a and 7094bd12c1ff. 2013-08-20 21:11:19 +04:00
ngx_event_openssl.c SSL: added ability to set keys used for Session Tickets (RFC5077). 2013-10-11 16:05:24 -07:00
ngx_event_openssl.h SSL: added ability to set keys used for Session Tickets (RFC5077). 2013-10-11 16:05:24 -07:00
ngx_event_pipe.c Win32: MinGW GCC compatibility. 2013-09-04 20:48:28 +04:00
ngx_event_pipe.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_timer.c Fixed signed integer overflows in timer code (ticket #145). 2012-04-06 23:46:09 +00:00
ngx_event_timer.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event.c Unused macro and variable removed. 2013-10-02 11:51:04 +04:00
ngx_event.h Events: removed unused flags from the ngx_event_s structure. 2013-09-05 16:53:02 +04:00