all.sh: keep symbols that don't depend on CIPHER_C (directly or indirectly)

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index d0e0c60..c27923c 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1576,18 +1576,7 @@
     scripts/config.py unset MBEDTLS_CAMELLIA_C
     # Dependencies on AES_C
     scripts/config.py unset MBEDTLS_CTR_DRBG_C
-    # Disable dependencies on the AEAD algs
-    scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
-    # Indirect dependencies
-    scripts/config.py unset MBEDTLS_SSL_CLI_C
-    scripts/config.py unset MBEDTLS_SSL_DTLS_ANTI_REPLAY
-    scripts/config.py unset MBEDTLS_SSL_DTLS_CONNECTION_ID
-    scripts/config.py unset MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
-    scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3
-    scripts/config.py unset MBEDTLS_SSL_SRV_C
-    scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO
-    scripts/config.py unset MBEDTLS_LMS_C
-    scripts/config.py unset MBEDTLS_LMS_PRIVATE
+
     make
 
     # Ensure that CIPHER_C was not re-enabled