MINOR: Add TLS ticket keys reference and use it in the listener struct
authorNenad Merdanovic <nmerdan@anine.io>
Sat, 9 May 2015 06:46:00 +0000 (08:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 May 2015 09:28:04 +0000 (11:28 +0200)
commit146defaff4fb2db80dc07f725881679336f51d1e
tree8db0ecddec51ce59cd7f647f7f1b7e1c97508ee9
parent449f952cb3fa17f2b3197ccc7cf327ca5c316967
MINOR: Add TLS ticket keys reference and use it in the listener struct

Within the listener struct we need to use a reference to the TLS
ticket keys which binds the actual keys with the filename. This will
make it possible to update the keys through the socket

Signed-off-by: Nenad Merdanovic <nmerdan@anine.io>
include/types/listener.h
include/types/ssl_sock.h
src/cfgparse.c
src/ssl_sock.c