]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_notbefore', 'ssl_c_notafter', 'ssl_f_...
authorEmeric Brun <ebrun@exceliance.fr>
Mon, 22 Oct 2012 12:11:22 +0000 (14:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:08:00 +0000 (15:08 +0200)
commitce5ad80c34748e1c5abf41e82cf6c2779e3a7059
tree4d2a2e4021a26add6f880fe9bf188258b4957001
parent521a011999279b597c38aabcf70d24609b7f173b
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_notbefore', 'ssl_c_notafter', 'ssl_f_notbefore' and 'ssl_f_notafter'

ssl_c_notbefore: start date of client cert (string, eg: "121022182230Z" for YYMMDDhhmmss[Z])
ssl_c_notafter: end date of client cert (string, eg: "121022182230Z" for YYMMDDhhmmss[Z])
ssl_f_notbefore: start date of frontend cert (string, eg: "121022182230Z" for YYMMDDhhmmss[Z])
ssl_f_notafter: end date of frontend cert (string, eg: "121022182230Z" for YYMMDDhhmmss[Z])
doc/configuration.txt
src/ssl_sock.c