mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Revert: Enable Key Wrapping mode for 128-bit block ciphers
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
@ -1284,8 +1284,6 @@ component_test_tls1_2_default_stream_cipher_only () {
|
||||
# Modules that depend on AEAD
|
||||
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
|
||||
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
|
||||
|
||||
make
|
||||
|
||||
@ -1312,8 +1310,6 @@ component_test_tls1_2_default_stream_cipher_only_use_psa () {
|
||||
# Modules that depend on AEAD
|
||||
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
|
||||
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
|
||||
|
||||
make
|
||||
|
||||
@ -1339,8 +1335,6 @@ component_test_tls1_2_default_cbc_legacy_cipher_only () {
|
||||
# Modules that depend on AEAD
|
||||
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
|
||||
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
|
||||
|
||||
make
|
||||
|
||||
@ -1368,8 +1362,6 @@ component_test_tls1_2_deafult_cbc_legacy_cipher_only_use_psa () {
|
||||
# Modules that depend on AEAD
|
||||
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
|
||||
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
|
||||
|
||||
make
|
||||
|
||||
@ -1396,8 +1388,6 @@ component_test_tls1_2_default_cbc_legacy_cbc_etm_cipher_only () {
|
||||
# Modules that depend on AEAD
|
||||
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
|
||||
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
|
||||
|
||||
make
|
||||
|
||||
@ -1425,8 +1415,6 @@ component_test_tls1_2_default_cbc_legacy_cbc_etm_cipher_only_use_psa () {
|
||||
# Modules that depend on AEAD
|
||||
scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION
|
||||
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
|
||||
|
||||
make
|
||||
|
||||
|
Reference in New Issue
Block a user