You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARIA is tested via the mbedtls_aria_xxx functions in test_suite_aria, but not through the mbedtls_ccm_xxx, mbedtls_gcm_xxx or mbedtls_cipher_xxx functions. There should be a test_suite_cipher.aria.data for non-authenticated modes, and test_suite_{ccm,gcm}.aria.data and entries in test_suite_cipher.{ccm,gcm}.data for authenticated modes, like what exists for AES and CAMELLIA.
I'm filing this as enhancement because the risk of an undetected bug here is low, considering that this interface is also tested indirectly in mbedtls via compat.sh.
Issue request type
[ ] Question
[x] Enhancement
[ ] Bug
The text was updated successfully, but these errors were encountered:
Description
ARIA is tested via the
mbedtls_aria_xxx
functions intest_suite_aria
, but not through thembedtls_ccm_xxx
,mbedtls_gcm_xxx
ormbedtls_cipher_xxx
functions. There should be atest_suite_cipher.aria.data
for non-authenticated modes, andtest_suite_{ccm,gcm}.aria.data
and entries intest_suite_cipher.{ccm,gcm}.data
for authenticated modes, like what exists for AES and CAMELLIA.I'm filing this as enhancement because the risk of an undetected bug here is low, considering that this interface is also tested indirectly in mbedtls via
compat.sh
.Issue request type
The text was updated successfully, but these errors were encountered: