mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
ba0c1ffb72
When verifying the impact of a forced RNG failure, depend on the built-in implementation of the algorithm that uses randomization, whether it's because the algorithm is randomized or because our implementation uses randomization for (e.g.) blinding. An external implementation could use its own randomness source which is not affected by the forced failure of the RNG driver. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>