aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Kurek <andrzej.kurek@mobica.com>2019-04-08 06:20:00 -0400
committerAndrzej Kurek <andrzej.kurek@mobica.com>2019-04-08 06:20:00 -0400
commit4a8d2dfdd6b4b606d028dcc91e53cb0c42096f43 (patch)
tree6dfff4dca2cc0bbb5e18e627a4adef7b86df0ca8
parentcd9286f1ca16d6e31107e218663c0a6b4b820452 (diff)
downloadmbedtls-archive/iotssl-2800-remove-crypto-all.sh.zip
mbedtls-archive/iotssl-2800-remove-crypto-all.sh.tar.gz
mbedtls-archive/iotssl-2800-remove-crypto-all.sh.tar.bz2
all.sh: remove component_test_new_ecdh_contextarchive/iotssl-2800-remove-crypto-all.sh
Remove the ecdh_context component to have it only in the crypto repository
-rwxr-xr-xtests/scripts/all.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index f3e607f..9518421 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -678,23 +678,6 @@ component_test_rsa_no_crt () {
if_build_succeeded tests/compat.sh -t RSA
}
-component_test_new_ecdh_context () {
- msg "build: new ECDH context (ASan build)" # ~ 6 min
- scripts/config.pl unset MBEDTLS_ECDH_LEGACY_CONTEXT
- CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
- make
-
- msg "test: new ECDH context - main suites (inc. selftests) (ASan build)" # ~ 50s
- make test
-
- msg "test: new ECDH context - ECDH-related part of ssl-opt.sh (ASan build)" # ~ 5s
- if_build_succeeded tests/ssl-opt.sh -f ECDH
-
- msg "test: new ECDH context - compat.sh with some ECDH ciphersuites (ASan build)" # ~ 3 min
- # Exclude some symmetric ciphers that are redundant here to gain time.
- if_build_succeeded tests/compat.sh -f ECDH -V NO -e 'ARCFOUR\|ARIA\|CAMELLIA\|CHACHA\|DES\|RC4'
-}
-
component_test_small_ssl_out_content_len () {
msg "build: small SSL_OUT_CONTENT_LEN (ASan build)"
scripts/config.pl set MBEDTLS_SSL_IN_CONTENT_LEN 16384