mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-31 10:31:46 +00:00
3ed722f03c
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. |
||
---|---|---|
.. | ||
add_ssl_crt-list.vtc | ||
ca-auth.crt | ||
client1.pem | ||
client2_expired.pem | ||
client3_revoked.pem | ||
common.pem | ||
crl-auth.pem | ||
ecdsa.pem | ||
localhost.crt-list | ||
README | ||
set_ssl_cert.vtc | ||
ssl_client_auth.vtc | ||
wrong_ctx_storage.vtc |
File list: - common.pem: PEM file which may be used by most of the VTC files.