commit | 8785589ba356f3b7e4658c8c3756b78cae766e76 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Wed Oct 17 17:39:35 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 26 15:08:00 2012 +0200 |
tree | 6f3d57d25a3143cdce2a83fe330df252fdabe770 | |
parent | a7359fd6dd95603f3aa3f86349b9d1340cd2e31c [diff] |
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).