-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rsa related On Target Tests crash with stack overflow #2194
Comments
ARM Internal Ref: IOTSSL-2629 |
The failures are consisted of 3 issues:
|
Notes to pass the tests (on K64F):
|
Open question: Should the timout be increased to a value that should fit the non default configuration (e.g. |
Let's increase the timeout. It will let us run on more targets, but shouldn't slow down the quicker ones. |
@Patater Note that the module that consumes the most time, as I saw, is the greentea test infrastructure, trying to serialize and deserialize the long test data in these tests, so I don't think this is platform dependent( perhaps a bit dependent on the MCU \ networking etc.. ) |
|
This has been addressed in #2231 |
Setting the default size of |
All causes for the RSA failures have been fixed in:
Therefore, adding the label "Fix available" |
Description
3 generated On Target tests related to rsa crash with Stack Overflow
Tested on NRF52840_DK
Bug
OS
Mbed OS
mbed TLS build:
Version: 2.13.0
Expected behavior
Tests to run without crashing
Actual behavior
features-mbedtls-tests-mbedtls-test_suite_pk
,features-mbedtls-tests-mbedtls-test_suite_pkcs1_v21
andfeatures-mbedtls-tests-mbedtls-test_suite_rsa
crash with stack overflowSteps to reproduce
generate the On target tests with RSA enabled, and run On Target( Tested on NRF52840_DK, reproduces on K64F If I Remember Correct)
The text was updated successfully, but these errors were encountered: