Christopher Faulet 16f45c87d5 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe
A TLS ticket keys file can be updated on the CLI and used in same time. So we
need to protect it to be sure all accesses are thread-safe. Because updates are
infrequent, a R/W lock has been used.

This patch must be backported in 1.8
2018-02-19 14:15:38 +01:00
..
2017-06-02 11:06:36 +02:00
2015-10-12 20:58:51 +02:00
2017-11-26 19:50:17 +01:00