This patchset adds support for updating TLS ticket keys using the admin
socket.
Nenad Merdanovic (3):
MINOR: Add TLS ticket keys reference and use it in the listener struct
MEDIUM: Add support for updating TLS ticket keys via socket
DOC: Document new socket commands "show tls-keys" and "set ssl
tls-key"
doc/configuration.txt | 12 ++++
include/proto/ssl_sock.h | 6 ++
include/types/applet.h | 5 ++
include/types/listener.h | 3 +-
include/types/ssl_sock.h | 10 +++
src/cfgparse.c | 6 +-
src/dumpstats.c | 161 +++++++++++++++++++++++++++++++++++++++++++++++
src/haproxy.c | 3 +
src/ssl_sock.c | 112 +++++++++++++++++++++++++++++++--
9 files changed, 309 insertions(+), 9 deletions(-)
--
2.1.4