1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-14 02:22:15 +03:00

Run compat.sh with non-default ciphers with ssl3 too

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2024-04-09 23:01:09 +02:00
parent 62910cf47d
commit 2cd43a7a78
2 changed files with 14 additions and 6 deletions

View File

@@ -110,7 +110,8 @@ echo '################ compat.sh ################'
echo '#### compat.sh: legacy (null, DES, RC4)'
OPENSSL="$OPENSSL_LEGACY" \
sh compat.sh -e '^$' -f 'NULL\|DES\|RC4\|ARCFOUR'
sh compat.sh -e '^$' -f 'NULL\|DES\|RC4\|ARCFOUR' \
-m 'ssl3 tls1 tls1_1 tls12 dtls1 dtls12'
echo
echo '#### compat.sh: next (ARIA, ChaCha)'