mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Remove mbedtls_ssl_conf_rng()

Open yanesca opened this issue 10 months ago • 1 comments

Once https://github.com/Mbed-TLS/mbedtls/issues/8147 is done most direct RNG calls from Mbed TLS won't be needed anymore and the remaining few should use psa_generate_random() as it is confusing and error prone to use different RNGs for no good reason.

This task is done where all reliance on the SSL context's RNG configured by mbedtls_ssl_conf_rng() is removed and mbedtls_ssl_conf_rng() with it.

yanesca avatar Apr 24 '24 08:04 yanesca

This is one of the sub-issues of https://github.com/Mbed-TLS/mbedtls/issues/8191

gilles-peskine-arm avatar Aug 08 '24 16:08 gilles-peskine-arm