Adjust DES exclude lists in test scripts

This commit is contained in:
Andres Amaya Garcia 2019-02-19 20:20:57 +00:00 committed by Manuel Pégourié-Gonnard
parent 03afdc0971
commit 37e0a8c455
3 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ FILTER=""
# - ARIA: not in default config.h + requires OpenSSL >= 1.1.1
# - ChachaPoly: requires OpenSSL >= 1.1.0
# - 3DES: not in default config
EXCLUDE='NULL\|DES-CBC-\|RC4\|3DES\|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
EXCLUDE='NULL\|DES\|RC4\|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
VERBOSE=""
MEMCHECK=0
PEERS="OpenSSL$PEER_GNUTLS mbedTLS"