MINOR: ssl: add pattern and ACLs fetches 'ssl_c_s_dn', 'ssl_c_i_dn', 'ssl_f_s_dn...
authorEmeric Brun <ebrun@exceliance.fr>
Wed, 17 Oct 2012 15:39:35 +0000 (17:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:08:00 +0000 (15:08 +0200)
commit8785589ba356f3b7e4658c8c3756b78cae766e76
tree6f3d57d25a3143cdce2a83fe330df252fdabe770
parenta7359fd6dd95603f3aa3f86349b9d1340cd2e31c
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_s_dn', 'ssl_c_i_dn', 'ssl_f_s_dn' and 'ssl_c_i_dn'

ssl_c_s_dn : client cert subject DN (string)
ssl_c_i_dn : client cert issuer DN (string)
ssl_f_s_dn : frontend cert subject DN (string)
ssl_f_i_dn : frontend cert issuer DN (string)

Return either the full DN without params, or just the DN entry (first param) or
its specific occurrence (second param).
doc/configuration.txt
src/ssl_sock.c