mbedtls/ChangeLog.d
Peter Kolbus b2aeb75509 Restore retry in rsa_prepare_blinding()
Starting with commit 49e94e3, the do/while loop in
`rsa_prepare_blinding()` was changed to a `do...while(0)`, which
prevents retry from being effective and leaves dead code.

Restore the while condition to retry, and lift the calls to finish the
computation out of the while loop by by observing that they are
performed only when `mbedtls_mpi_inv_mod()` returns zero.

Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
2020-09-30 07:22:42 -05:00
..
00README.md Copy the changelog entry assembling script from development 2020-04-21 18:34:06 +02:00
adjusting sliding_window_size_PR3592.txt adding entry file to ChangeLog.d for backport of PR3592 2020-09-08 12:09:34 +02:00
comment_typo_in_mbedtls_ssl_set_bio.txt Update ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt 2020-09-09 14:05:02 +02:00
fix-rsa-blinding.txt Restore retry in rsa_prepare_blinding() 2020-09-30 07:22:42 -05:00