Bug #3075 » lighttpd-tls-sessiontickets-1970.patch
lighttpd-1.4.58/src/mod_openssl.c 2021-03-17 09:25:46.365876954 +0100 | ||
---|---|---|
rotate = mod_openssl_session_ticket_key_file(p->ssl_stek_file);
|
||
tlsext_ticket_wipe_expired(cur_ts);
|
||
}
|
||
else if (cur_ts - 28800 >= stek_rotate_ts) /*(8 hours)*/
|
||
else if (cur_ts - 28800 >= stek_rotate_ts || stek_rotate_ts == 0) /*(8 hours)*/
|
||
rotate = mod_openssl_session_ticket_key_generate(cur_ts, cur_ts+86400);
|
||
if (rotate) {
|
- « Previous
- 1
- 2
- Next »