mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 13:45:26 +00:00
Multipart AEAD is not supported in Mbed TLS 2.x
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
e30fcb6ed5
commit
24ec529f82
|
@ -38,9 +38,8 @@ EXPECTED_FAILURES = {
|
||||||
# - Tracked in issue #5143
|
# - Tracked in issue #5143
|
||||||
221,
|
221,
|
||||||
|
|
||||||
# Multipart CCM is not supported.
|
# Multipart AEAD is not supported in Mbed TLS 2.x.
|
||||||
# - Tracked in issue #3721
|
252, 253, 254, 255, 256, 257, 258, 259, 260, 261,
|
||||||
252, 253, 254, 255, 256, 257, 258, 259, 261,
|
|
||||||
|
|
||||||
# psa_hash_suspend() and psa_hash_resume() are not supported.
|
# psa_hash_suspend() and psa_hash_resume() are not supported.
|
||||||
# - Tracked in issue #3274
|
# - Tracked in issue #3274
|
||||||
|
|
Loading…
Reference in a new issue