]> git.kaiwu.me - nginx.git/commit
SSL: disabled saving tickets to session cache.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 12 Oct 2022 17:14:34 +0000 (20:14 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 12 Oct 2022 17:14:34 +0000 (20:14 +0300)
commit23ce9baf0e9802571eae59f29c83eee18628e568
tree0f3907f503b7102079023f9521196185986c5671
parentf27af85016f357048cd097a8779a22517fd62741
SSL: disabled saving tickets to session cache.

OpenSSL tries to save TLSv1.3 sessions into session cache even when using
tickets for stateless session resumption, "because some applications just
want to know about the creation of a session".  To avoid trashing session
cache with useless data, we do not save such sessions now.
src/event/ngx_event_openssl.c