test: keep SSL_TICKET_C and SSL_CONTEXT_SERIALIZATION enabled

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-10-02 16:03:42 +02:00
parent 3f02bb7a96
commit e7bac17b5d
2 changed files with 13 additions and 5 deletions

View file

@ -3584,9 +3584,6 @@ component_test_psa_crypto_config_accel_aead () {
scripts/config.py unset MBEDTLS_GCM_C
scripts/config.py unset MBEDTLS_CCM_C
scripts/config.py unset MBEDTLS_CHACHAPOLY_C
# Features that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Build
# -----