From a5f35296bd78319ede4fe4e2614df7790f6176d7 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Wed, 30 Oct 2024 17:30:25 +0100 Subject: [PATCH] Update comment Signed-off-by: Gabor Mezei --- tests/scripts/depends.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/depends.py b/tests/scripts/depends.py index d1de526ff2..3547f422df 100755 --- a/tests/scripts/depends.py +++ b/tests/scripts/depends.py @@ -529,7 +529,8 @@ class DomainData: # Cipher key types 'cipher_id': ExclusiveDomain(cipher_key_types, build_and_test), - # XTS is not supported via the PSA API. + # XTS is not yet supported via the PSA API. + # See https://github.com/Mbed-TLS/mbedtls/issues/6384 'cipher_chaining': ExclusiveDomain(cipher_chaining_symbols, build_and_test, exclude=r'PSA_WANT_ALG_XTS'),