commit | b7c22ecc746c4871a57e6b7ed17f97df0eca8140 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Mon Feb 11 21:47:30 2019 +0000 |
committer | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Wed Feb 13 10:00:02 2019 +0000 |
tree | 9a5a0e0bd5eca3fe77deaa51f35dabc70cd7b9b0 | |
parent | 0a0e5b12a9dc2fd3b6547f5a3f8d379044e626f1 [diff] [blame] |
Fix documentation for 3DES removal
diff --git a/tests/compat.sh b/tests/compat.sh index eefebd0..4db414d 100755 --- a/tests/compat.sh +++ b/tests/compat.sh
@@ -57,6 +57,7 @@ # - NULL: excluded from our default config # - RC4, single-DES: requires legacy OpenSSL/GnuTLS versions # avoid plain DES but keep 3DES-EDE-CBC (mbedTLS), DES-CBC3 (OpenSSL) +# - 3DES: not in default config EXCLUDE='NULL\|DES-CBC-\|RC4\|3DES\|ARCFOUR' VERBOSE="" MEMCHECK=0