mbedtls/ChangeLog.d/fix_dh_genprime_error_reporting.txt

5 lines
180 B
Text
Raw Normal View History

Bugfix
* Fix bug in error reporting in dh_genprime.c where upon failure,
the error code returned by mbedtls_mpi_write_file() is overwritten
and therefore not printed.