]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_version' and 'ssl_f_version'
authorEmeric Brun <ebrun@exceliance.fr>
Wed, 17 Oct 2012 13:03:11 +0000 (15:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:08:00 +0000 (15:08 +0200)
commita7359fd6dd95603f3aa3f86349b9d1340cd2e31c
treefdaf0aa7fb041a26d47b1f25f56db12777205d39
parent8d5984010e1033f65d5dd1507a1045a3da56bee6
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_version' and 'ssl_f_version'

ssl_c_version : version of the cert presented by the client  (integer)
ssl_f_version : version of the cert presented by the frontend  (integer)
doc/configuration.txt
src/ssl_sock.c