1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-09 00:21:18 +08:00

Update comment

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2024-10-30 17:30:25 +01:00
parent 95be5fb18b
commit a5f35296bd
No known key found for this signature in database
GPG Key ID: 6310BD29B0BFF98C

View File

@ -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'),