File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ FILTER=""
63
63
# - ARIA: not in default config.h + requires OpenSSL >= 1.1.1
64
64
# - ChachaPoly: requires OpenSSL >= 1.1.0
65
65
# - 3DES: not in default config
66
- EXCLUDE=' NULL\|DES-CBC- \|RC4\|3DES \|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
66
+ EXCLUDE=' NULL\|DES\|RC4\|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
67
67
VERBOSE=" "
68
68
MEMCHECK=0
69
69
PEERS=" OpenSSL$PEER_GNUTLS mbedTLS"
Original file line number Diff line number Diff line change @@ -731,7 +731,7 @@ component_test_full_cmake_clang () {
731
731
if_build_succeeded tests/ssl-opt.sh -f ' Default\|ECJPAKE\|SSL async private'
732
732
733
733
msg " test: compat.sh RC4, DES, 3DES & NULL (full config)" # ~ 2 min
734
- if_build_succeeded env OPENSSL_CMD=" $OPENSSL_LEGACY " GNUTLS_CLI=" $GNUTLS_LEGACY_CLI " GNUTLS_SERV=" $GNUTLS_LEGACY_SERV " tests/compat.sh -e ' DES-CBC3 ' -f ' NULL\|DES\|RC4\|ARCFOUR'
734
+ if_build_succeeded env OPENSSL_CMD=" $OPENSSL_LEGACY " GNUTLS_CLI=" $GNUTLS_LEGACY_CLI " GNUTLS_SERV=" $GNUTLS_LEGACY_SERV " tests/compat.sh -e ' ^$ ' -f ' NULL\|DES\|RC4\|ARCFOUR'
735
735
736
736
msg " test: compat.sh ARIA + ChachaPoly"
737
737
if_build_succeeded env OPENSSL_CMD=" $OPENSSL_NEXT " tests/compat.sh -e ' ^$' -f ' ARIA\|CHACHA'
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ OPENSSL_CMD="$OPENSSL_LEGACY" \
91
91
OPENSSL_CMD=" $OPENSSL_LEGACY " \
92
92
GNUTLS_CLI=" $GNUTLS_LEGACY_CLI " \
93
93
GNUTLS_SERV=" $GNUTLS_LEGACY_SERV " \
94
- sh compat.sh -e ' DES-CBC3 ' -f ' NULL\|DES\|RC4\|ARCFOUR' | \
94
+ sh compat.sh -e ' ^$ ' -f ' NULL\|DES\|RC4\|ARCFOUR' | \
95
95
tee -a compat-test-$TEST_OUTPUT
96
96
OPENSSL_CMD=" $OPENSSL_NEXT " \
97
97
sh compat.sh -e ' ^$' -f ' ARIA\|CHACHA' | \
You can’t perform that action at this time.
0 commit comments