Improve the output of mbedtls_debug_print_ecp for Montgomery curves #4609
Labels
component-tls
enhancement
good-first-issue
Good for newcomers
help-wanted
This issue is not being actively worked on, but PRs welcome.
size-s
Estimated task size: small (~2d)
mbedtls_debug_print_ecp
is prints a point by printing its X and Y coordinates. This is a little weird with Montgomery curves since the internal representation does not use the Y coordinate so it's printing 0.A minor issue revealed by @lhuang04 in #4578. It triggered the more serious bug #4608.
The text was updated successfully, but these errors were encountered: