Skip to content

Commit

Permalink
Add additional CCM unset
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
  • Loading branch information
tom-daubney-arm committed May 17, 2024
1 parent 8f83ba0 commit 9cfda24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,7 @@ component_test_tls1_2_default_stream_cipher_only () {
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
# Disable AEAD (controlled by the presence of one of GCM_C, CCM_C, CHACHAPOLY_C)
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CCM
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CCM_STAR_NO_TAG
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_GCM
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CHACHA20_POLY1305
# Note: The three unsets below are to be removed for Mbed TLS 4.0
Expand Down

0 comments on commit 9cfda24

Please sign in to comment.