haproxy/reg-tests/ssl
William Lallemand a870a9cfdb REGTESTS: set_ssl_server_cert.vtc: remove SSL caching and set as working
In a previous commit this test was disabled because I though the
feature was broken, but in fact this is the test which is broken.

Indeed the connection between the server and the client was not
renegociated and was using the SSL cache or a ticket. To be work
correctly these 2 features must be disabled or a new connection must be
established after the ticket timeout, which is too long for a regtest.

Also a "nbthread 1" was added as it was easier to reproduce the problem
with it.
2021-02-01 14:50:17 +01:00
..
add_ssl_crt-list.vtc MINOR: cli/ssl: handle trailing slashes in crt-list commands 2020-06-25 15:40:10 +02:00
ca-auth.crt REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
client1.pem MINOR: ssl: add ssl_{c,s}_chain_der fetch methods 2020-08-07 15:38:40 +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.crt REGTEST: ssl: test "set ssl cert" with separate key / crt 2020-10-23 18:41:08 +02:00
common.key REGTEST: ssl: test "set ssl cert" with separate key / crt 2020-10-23 18:41:08 +02:00
common.pem MINOR: ssl: add ssl_{c,s}_chain_der fetch methods 2020-08-07 15:38:40 +02:00
crl-auth.pem REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
ecdsa.crt REGTEST: ssl: test "set ssl cert" with separate key / crt 2020-10-23 18:41:08 +02:00
ecdsa.key REGTEST: ssl: test "set ssl cert" with separate key / crt 2020-10-23 18:41:08 +02:00
ecdsa.pem
filters.crt-list REGTEST: ssl: test wildcard and multi-type + exclusions 2020-11-06 14:59:36 +01:00
localhost.crt-list
README
set_ssl_cert_noext.vtc REGTEST: ssl: test "set ssl cert" with separate key / crt 2020-10-23 18:41:08 +02:00
set_ssl_cert.vtc REGTEST: ssl: improve the "set ssl cert" test 2020-04-30 10:28:34 +02:00
set_ssl_server_cert.vtc REGTESTS: set_ssl_server_cert.vtc: remove SSL caching and set as working 2021-02-01 14:50:17 +01:00
simple.crt-list BUG/MEDIUM: ssl/crt-list: correctly insert crt-list line if crt already loaded 2020-11-06 16:39:39 +01:00
ssl_client_auth.vtc REGTEST: ssl: test the client certificate authentication 2020-04-28 22:04:13 +02:00
ssl_client_samples.vtc REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 2020-11-13 17:12:30 +01:00
ssl_crt-list_filters.vtc REGTEST: ssl: mark reg-tests/ssl/ssl_crt-list_filters.vtc as broken 2020-11-10 22:40:24 +01:00
ssl_frontend_samples.vtc REGTEST: ssl: tests the ssl_f_* sample fetches 2020-06-26 11:33:59 +02:00
ssl_server_samples.vtc REGTEST: make ssl_client_samples and ssl_server_samples require to 2.2 2020-11-13 17:12:30 +01:00
ssl_simple_crt-list.vtc CLEANUP: assorted typo fixes in the code and comments 2020-12-21 11:24:48 +01:00
wrong_ctx_storage.vtc

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