The official NGINX Open Source repository.
Go to file
Dirkjan Bussink 58a240d773 SSL: ssl_session_tickets directive.
This adds support so it's possible to explicitly disable SSL Session
Tickets. In order to have good Forward Secrecy support either the
session ticket key has to be reloaded by using nginx' binary upgrade
process or using an external key file and reloading the configuration.
This directive adds another possibility to have good support by
disabling session tickets altogether.

If session tickets are enabled and the process lives for a long a time,
an attacker can grab the session ticket from the process and use that to
decrypt any traffic that occured during the entire lifetime of the
process.
2014-01-10 16:12:40 +01:00
auto Configure: enable -Wconditional-uninitialized with clang. 2013-12-06 13:16:56 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs Typo fixed. 2013-12-19 13:50:23 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src SSL: ssl_session_tickets directive. 2014-01-10 16:12:40 +01:00
.hgtags release-1.5.8 tag 2013-12-17 17:46:26 +04:00