-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove mbedtls_ssl_conf_rng() #9052
Labels
api-break
This issue/PR breaks the API and must wait for a new major version
component-tls
size-s
Estimated task size: small (~2d)
Comments
This is one of the sub-issues of #8191 |
Overlapping with #8191 |
Task on hold during rethink — see Mbed-TLS/TF-PSA-Crypto#168 (comment) |
Task confirmed, see Mbed-TLS/TF-PSA-Crypto#168 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-break
This issue/PR breaks the API and must wait for a new major version
component-tls
size-s
Estimated task size: small (~2d)
Once #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 andmbedtls_ssl_conf_rng()
with it.Prerequisite: #9930
The text was updated successfully, but these errors were encountered: