]> git.kaiwu.me - nginx.git/commit
SSL: SSL_CTX_set_timeout() now always called.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 14 Oct 2013 09:59:35 +0000 (13:59 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 14 Oct 2013 09:59:35 +0000 (13:59 +0400)
commita8ad0c02cc19f9684a357aace70a5fbbf9106fc1
treec90179fbd3fcc277519b33f816728612ff7e00e3
parent87a607a031cb42289d01768239d58abcb439b8ff
SSL: SSL_CTX_set_timeout() now always called.

The timeout set is used by OpenSSL as a hint for clients in TLS Session
Tickets.  Previous code resulted in a default timeout (5m) used for TLS
Sessions Tickets if there was no session cache configured.

Prodded by Piotr Sikora.
src/event/ngx_event_openssl.c