1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel
2022-10-10 14:08:51 +02:00
parent 1834a2e985
commit 97d5740b7a
3 changed files with 13 additions and 14 deletions

View File

@ -1283,7 +1283,7 @@ component_test_tls1_2_default_stream_cipher_only () {
scripts/config.py set MBEDTLS_CIPHER_NULL_CIPHER
# Modules that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_SESSION_TICKETS
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Enable Key Wrapping mode for 128-bit block ciphers
scripts/config.py set MBEDTLS_NIST_KW_C
@ -1311,7 +1311,7 @@ component_test_tls1_2_default_stream_cipher_only_use_psa () {
scripts/config.py set MBEDTLS_CIPHER_NULL_CIPHER
# Modules that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_SESSION_TICKETS
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Enable Key Wrapping mode for 128-bit block ciphers
scripts/config.py set MBEDTLS_NIST_KW_C
@ -1338,7 +1338,7 @@ component_test_tls1_2_default_cbc_legacy_cipher_only () {
scripts/config.py unset MBEDTLS_CIPHER_NULL_CIPHER
# Modules that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_SESSION_TICKETS
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Enable Key Wrapping mode for 128-bit block ciphers
scripts/config.py set MBEDTLS_NIST_KW_C
@ -1367,7 +1367,7 @@ component_test_tls1_2_deafult_cbc_legacy_cipher_only_use_psa () {
scripts/config.py unset MBEDTLS_CIPHER_NULL_CIPHER
# Modules that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_SESSION_TICKETS
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Enable Key Wrapping mode for 128-bit block ciphers
scripts/config.py set MBEDTLS_NIST_KW_C
@ -1395,7 +1395,7 @@ component_test_tls1_2_default_cbc_legacy_cbc_etm_cipher_only () {
scripts/config.py unset MBEDTLS_CIPHER_NULL_CIPHER
# Modules that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_SESSION_TICKETS
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Enable Key Wrapping mode for 128-bit block ciphers
scripts/config.py set MBEDTLS_NIST_KW_C
@ -1424,7 +1424,7 @@ component_test_tls1_2_default_cbc_legacy_cbc_etm_cipher_only_use_psa () {
scripts/config.py unset MBEDTLS_CIPHER_NULL_CIPHER
# Modules that depend on AEAD
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
scripts/config.py unset MBEDTLS_SSL_SESSION_TICKETS
scripts/config.py unset MBEDTLS_SSL_TICKET_C
# Enable Key Wrapping mode for 128-bit block ciphers
scripts/config.py set MBEDTLS_NIST_KW_C