We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cc7bb commit 04b18e2Copy full SHA for 04b18e2
tests/scripts/components-configuration.sh
@@ -351,16 +351,3 @@ component_test_memory_buffer_allocator () {
351
# MBEDTLS_MEMORY_BUFFER_ALLOC is slow. Skip tests that tend to time out.
352
tests/ssl-opt.sh -e '^DTLS proxy'
353
}
354
-
355
-# Temporary component for SHA3 config option removal
356
-# Will be removed according to this issue:
357
-# https://github.com/Mbed-TLS/mbedtls/issues/10203
358
-component_test_full_no_sha3 () {
359
- msg "build: full config without SHA3"
360
- scripts/config.py full
361
- scripts/config.py unset-all 'PSA_WANT_ALG_SHA3_*'
362
- make
363
364
- msg "test: full - PSA_WANT_ALG_SHA3_*"
365
- make test
366
-}
0 commit comments