haproxy/reg-tests/ssl
William Lallemand 8177ad9895 MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver
In the CLI command 'show ssl crt-list', the ssl-min-ver and the
ssl-min-max arguments were always displayed because the dumped versions
were the actual version computed and used by haproxy, instead of the
version found in the configuration.

To fix the problem, this patch separates the variables to have one with
the configured version, and one with the actual version used. The dump
only shows the configured version.
2020-05-20 16:49:02 +02:00
..
README
add_ssl_crt-list.vtc MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver 2020-05-20 16:49:02 +02:00
ca-auth.crt REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
client1.pem REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
client2_expired.pem REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
client3_revoked.pem REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
common.pem
crl-auth.pem REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
ecdsa.pem
localhost.crt-list REGTEST: ssl: pollute the crt-list file 2020-04-01 20:10:53 +02:00
set_ssl_cert.vtc REGTEST: ssl: improve the "set ssl cert" test 2020-04-30 10:28:34 +02:00
ssl_client_auth.vtc REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
wrong_ctx_storage.vtc

README

File list:
 - common.pem: PEM file which may be used by most of the VTC files.