This patchset adds support to configure TLS ticket keys used for
encryption and decryption of TLS tickets.

This is the 2nd version of the patchset that has been updated based on 
suggestions from Willy TaRreau, Emeric Brun, Lukas Tribus and Remi Gacogne.

Nenad Merdanovic (2):
  MEDIUM: Add support for configurable TLS ticket keys
  DOC: Document the new tls-ticket-keys bind keyword

 doc/configuration.txt     |  12 ++++
 include/common/defaults.h |   5 ++
 include/types/listener.h  |   2 +
 include/types/ssl_sock.h  |   6 ++
 src/cfgparse.c            |   1 +
 src/ssl_sock.c            | 163 +++++++++++++++++++++++++++++++++++++++-------
 6 files changed, 167 insertions(+), 22 deletions(-)

-- 
2.1.4


Reply via email to