-
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
ECP self-test2 fails #2650
Comments
Hi @hyukdong |
Hello @RonEld , I appreciate your help.
|
@hyukdong Thank you for sharing your configuration! |
@hyukdong Do you have an update on your tests? |
Hello @RonEld , appreciate your consistent interest in this issue and sorry for my late response. I appreciate your suggestion.
The problem above looks same to that described in #641 (#641 (comment)), Guess some bug in my system (such as byte-ordering) causes this problem in my system, but still curious why the boundary check concept was not adopted in the latest version. |
Hi @hyukdong The fixes mentioned in the issue you referenced are in the current development branch. ( Actually, the file itself moved to mbed-crpyto repository, but the fix is there). Is htere any update on your issue? |
Hello @RonEld Long story short, the problem is somehow solved and it was not mbedTLS's fault. My teammate is investigating this problem and assumes the simulation tool causes such a malfunction. I circumvented the problem by using my own memcpy-like function and mbedTLS works well. All self-tests have been passed. |
Closing this question, as we believe it was answered and resolved in Mbed TLS side. |
Description
On mbedTLS 2.16.1, ecp self-test 2 (constant op_count, other point) fails on several curves.
In detail,
runs on freertos, using lwIP v2.0.3
configurations follows default settings on config-suite-b basically ,and what I guess noteworthy to report are as follows:
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: