Skip to content
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

Open
yanesca opened this issue Apr 24, 2024 · 2 comments
Open

Remove mbedtls_ssl_conf_rng() #9052

yanesca opened this issue Apr 24, 2024 · 2 comments
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

@yanesca
Copy link
Contributor

yanesca commented Apr 24, 2024

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 and mbedtls_ssl_conf_rng() with it.

@yanesca yanesca added the size-m Estimated task size: medium (~1w) label Apr 24, 2024
@gilles-peskine-arm
Copy link
Contributor

This is one of the sub-issues of #8191

@gilles-peskine-arm gilles-peskine-arm added component-tls api-break This issue/PR breaks the API and must wait for a new major version labels Aug 8, 2024
@yanesca
Copy link
Contributor Author

yanesca commented Sep 23, 2024

Overlapping with #8191

@yanesca yanesca added size-s Estimated task size: small (~2d) and removed size-m Estimated task size: medium (~1w) labels Sep 23, 2024
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)
Projects
Status: Mbed TLS 4.0 MUST
Status: Planning needed
Status: No status
Development

No branches or pull requests

2 participants