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.
This commit is contained in:
parent
30a432d198
commit
c268313f60
|
@ -17,7 +17,7 @@
|
|||
varnishtest "Test the 'set ssl cert' feature of the CLI with bundles"
|
||||
# could work with haproxy 2.3 but the -cc is not available
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev9)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1) || feature(OPENSSL_AWSLC)'"
|
||||
feature cmd "command -v socat"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#REGTEST_TYPE=bug
|
||||
varnishtest "Test for ECDSA/RSA selection and crt-list filters"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.8)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1) || feature(OPENSSL_AWSLC)'"
|
||||
# This test checks if the multiple certificate types works correctly with the
|
||||
# SNI, and that the negative filters are correctly excluded
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue