MINOR: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER formatted certs
authorEmeric Brun <ebrun@haproxy.com>
Wed, 29 Oct 2014 18:03:26 +0000 (19:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Oct 2014 18:25:24 +0000 (19:25 +0100)
commit43e7958def282deebde934950b133a1dd9edaabf
tree434781133fef0857a5689aa6e9d3de076bdd911b
parent955f4613cb457a93bb278e47a9af19bf5479d27d
MINOR: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER formatted certs

ssl_c_der : binary
  Returns the DER formatted certificate presented by the client when the
  incoming connection was made over an SSL/TLS transport layer. When used for
  an ACL, the value(s) to match against can be passed in hexadecimal form.

ssl_f_der : binary
  Returns the DER formatted certificate presented by the frontend when the
  incoming connection was made over an SSL/TLS transport layer. When used for
  an ACL, the value(s) to match against can be passed in hexadecimal form.
doc/configuration.txt
src/ssl_sock.c