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 rng parameters from pk #10037

Draft
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

bjwtaylor
Copy link

@bjwtaylor bjwtaylor commented Mar 5, 2025

Description

Remove the f_rng and p_rng parameter from x509 and PK resolves Mbed-TLS/TF-PSA-Crypto#169 and resolves #9929 depends Mbed-TLS/TF-PSA-Crypto#194

PR checklist

  • changelog not required because: it will be provided under a later issue
  • development PR provided #HERE
  • TF-PSA-Crypto PR provided Remove RNG from x509 and PK TF-PSA-Crypto#194
  • framework PR not required
  • 3.6 PR not required because: No backports
  • 2.28 PR not required because: No backports
  • tests provided

@bjwtaylor bjwtaylor force-pushed the remove-rng-parameters-from-pk branch 6 times, most recently from e7d65df to 7c96f8e Compare March 7, 2025 09:03
@bjwtaylor bjwtaylor added the api-break This issue/PR breaks the API and must wait for a new major version label Mar 7, 2025
@bjwtaylor bjwtaylor force-pushed the remove-rng-parameters-from-pk branch from 7c96f8e to 038d37f Compare March 10, 2025 07:51
@bjwtaylor bjwtaylor added needs-review Every commit must be reviewed by at least two team members, needs-preceding-pr Requires another PR to be merged first labels Mar 10, 2025
@bjwtaylor bjwtaylor force-pushed the remove-rng-parameters-from-pk branch from 038d37f to 7f95c2f Compare March 10, 2025 09:26
remove the f_rng and p_rng parameter from x509 and PK.

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
@bjwtaylor bjwtaylor force-pushed the remove-rng-parameters-from-pk branch from 7f95c2f to 4839d65 Compare March 10, 2025 11:23
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
@bjwtaylor bjwtaylor force-pushed the remove-rng-parameters-from-pk branch from 4839d65 to 6ea348b Compare March 10, 2025 11:23
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 needs-preceding-pr Requires another PR to be merged first needs-review Every commit must be reviewed by at least two team members,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove RNG parameters from PK Remove RNG parameters from public X.509 APIs
1 participant