Stop using "legacy" OpenSSL and GnuTLS
None of the tests actually need GNUTLS_LEGACY (3.3.8): GNUTLS (3.4.10) works. None of the tests actually need OPENSSL_LEGACY (1.0.1j): OPENSSL (1.0.2g) works. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
5f5e3886c5
commit
e29203be88
2 changed files with 3 additions and 5 deletions
|
@ -1855,7 +1855,7 @@ component_test_full_cmake_clang () {
|
||||||
tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'
|
tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'
|
||||||
|
|
||||||
msg "test: compat.sh NULL (full config)" # ~ 2 min
|
msg "test: compat.sh NULL (full config)" # ~ 2 min
|
||||||
env OPENSSL="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tests/compat.sh -e '^$' -f 'NULL'
|
tests/compat.sh -e '^$' -f 'NULL'
|
||||||
|
|
||||||
msg "test: compat.sh ARIA + ChachaPoly"
|
msg "test: compat.sh ARIA + ChachaPoly"
|
||||||
env OPENSSL="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
|
env OPENSSL="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
|
||||||
|
@ -2242,7 +2242,7 @@ component_test_no_use_psa_crypto_full_cmake_asan() {
|
||||||
tests/compat.sh
|
tests/compat.sh
|
||||||
|
|
||||||
msg "test: compat.sh NULL (full minus MBEDTLS_USE_PSA_CRYPTO)"
|
msg "test: compat.sh NULL (full minus MBEDTLS_USE_PSA_CRYPTO)"
|
||||||
env OPENSSL="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tests/compat.sh -f 'NULL'
|
tests/compat.sh -f 'NULL'
|
||||||
|
|
||||||
msg "test: compat.sh ARIA + ChachaPoly (full minus MBEDTLS_USE_PSA_CRYPTO)"
|
msg "test: compat.sh ARIA + ChachaPoly (full minus MBEDTLS_USE_PSA_CRYPTO)"
|
||||||
env OPENSSL="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
|
env OPENSSL="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
|
||||||
|
|
|
@ -124,9 +124,7 @@ echo '################ compat.sh ################'
|
||||||
sh compat.sh
|
sh compat.sh
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo '#### compat.sh: legacy (null)'
|
echo '#### compat.sh: null cipher'
|
||||||
OPENSSL="$OPENSSL_LEGACY" \
|
|
||||||
GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" \
|
|
||||||
sh compat.sh -e '^$' -f 'NULL'
|
sh compat.sh -e '^$' -f 'NULL'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue