haproxy/reg-tests/ssl
William Lallemand 3ed722f03c REGTEST: ssl: remove curl from the "add ssl crt-list" test
Using curl for SSL tests can be a problem if it wasn't compiled with the
right SSL library and if it didn't share any cipher with HAProxy. To
have more robust tests we now use HAProxy as an SSL client, so we are
sure that the client and the server share the same SSL requirements.

This patch also adds timeouts in the default section, logs on stderr and
fix some indentation issues.
2020-04-30 09:53:48 +02:00
..
add_ssl_crt-list.vtc REGTEST: ssl: remove curl from the "add ssl crt-list" test 2020-04-30 09:53:48 +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 MINOR: reg-tests: Add a few regression testing files. 2018-06-20 10:03:24 +02:00
crl-auth.pem REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
ecdsa.pem REGTEST: ssl: test the "set ssl cert" CLI command 2019-12-19 13:51:38 +01:00
localhost.crt-list REGTEST: ssl: pollute the crt-list file 2020-04-01 20:10:53 +02:00
README MINOR: reg-tests: Add a few regression testing files. 2018-06-20 10:03:24 +02:00
set_ssl_cert.vtc REGTEST: ssl/cli: change test type to devel 2020-03-31 14:52:22 +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 REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00

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