]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add pattern and ACLs fetches 'ssl_fc_protocol', 'ssl_fc_cipher', 'ssl_fc_...
authorEmeric Brun <ebrun@exceliance.fr>
Tue, 16 Oct 2012 12:13:26 +0000 (14:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:07:59 +0000 (15:07 +0200)
commit589fcadbd9cc4b2b7ddaed739a3fa5ef7fcfd793
tree863d92cdcef5978695bd009f6a0c874803e8e0d6
parent2525b6bb92ec5fee18b775344de3ebcc1fab5516
MINOR: ssl: add pattern and ACLs fetches 'ssl_fc_protocol', 'ssl_fc_cipher', 'ssl_fc_use_keysize' and 'ssl_fc_alg_keysize'

Some front connection fetches :
- ssl_fc_protocol = protocol name (string)
- ssl_fc_cipher = cipher name (string)
- ssl_fc_use_keysize = symmetric cipher key size used in bits (integer)
- ssl_fc_alg_keysize = symmetric cipher key size supported in bits (integer)
doc/configuration.txt
src/ssl_sock.c