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
This appears to be the expected behavior. From crypto_mtls_shim.c:
if (mode != CRYPTO_CIPHER_MODE_CCM) {
LOG_ERR("Unsupported mode");
return -EINVAL;
}
In addition, the test case doesn't need to be modified because it's not failing: it doesn't look for successful crypto, just to see if it attempts the crypto. So I'm going to close this as a false alarm.
Describe the bug
CBC and CTR mode not supported for test case sample.driver.crypto.mbedtls only. (It works for sample.driver.crypto.mbedtls.micro)
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: