Victor Krasnoshchok | 6361ad9 | 2020-09-27 23:51:21 +0300 | [diff] [blame] | 1 | Bugfix |
2 | * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may | ||||
3 | lead to the seed file corruption in case if the path to the seed file is | ||||
4 | equal to MBEDTLS_PLATFORM_STD_NV_SEED_FILE. Contributed by Victor | ||||
5 | Krasnoshchok in #3616. |