REGTEST: ssl: add some ssl_c_* sample fetches test
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Jun 2020 10:03:45 +0000 (12:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jul 2020 17:03:55 +0000 (19:03 +0200)
commit2e278dc1282822cdb6992b94877035fa64f5042b
treea8fd7e241e4ca45b330a9bc02abdff6bfd226278
parentb90821ea5e75065f4eaf558e363495c3ba77b49a
REGTEST: ssl: add some ssl_c_* sample fetches test

Test the following ssl sample fetches:

ssl_c_der, ssl_c_sha1,hex, ssl_c_notafter, ssl_c_notbefore,
ssl_c_sig_alg, ssl_c_i_dn, ssl_c_s_dn, ssl_c_serial,hex, ssl_c_key_alg,
ssl_c_version

This reg-test could be used as far as haproxy 1.6.

(cherry picked from commit 86bc9539f29df77231584ba17cc1796680fce92f)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
reg-tests/ssl/ssl_client_samples.vtc [new file with mode: 0644]