]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: ssl: activate new SSL reg-tests with AWS-LC
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 17 Jun 2024 13:31:24 +0000 (15:31 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 17 Jun 2024 15:43:22 +0000 (17:43 +0200)
commitc268313f60fa220a9927eb9d86ab09714959b998
treee24bf75d049956a168ee590581d7bad9673b0db9
parent30a432d19824d5bb4678b697b19ce4ed76d13ec5
REGTESTS: ssl: activate new SSL reg-tests with AWS-LC

Prerequisites are now available in AWS-LC, so we can enable these
reg-tests.

With this patch, aws-lc only has 5 reg-tests that are not working:
- reg-tests/ssl/ssl_reuse.vtc: stateful session resumption is only supported with TLSv1.2
- reg-tests/ssl/ssl_curve_name.vtc: function to extract curve name is not available
- reg-tests/ssl/ssl_errors.vtc: errors are not the same than OpenSSL
- reg-tests/ssl/ssl_dh.vtc: AWS-LC does not support DH
- reg-tests/ssl/ssl_curves.vtc: not working correctly

Which means most of the features are working correctly.
reg-tests/ssl/set_ssl_cert_bundle.vtc
reg-tests/ssl/ssl_crt-list_filters.vtc