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

Move MbedTLS Macros #9915

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

Harry-Ramsey
Copy link
Contributor

@Harry-Ramsey Harry-Ramsey commented Jan 20, 2025

Move SSL macros from Mbed TLS to TF-PSA-Crypto.

PR checklist

Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.

  • changelog not required because: macro move.
  • development PR provided.
  • framework PR provided Mbed-TLS/mbedtls-framework# | not required
  • 3.6 PR not required because: 4.0
  • 2.28 PR not required because: 4.0
  • TF-PSA-Crypto provided: #143
  • tests provided | not required because:

Notes for the submitter

Please refer to the contributing guidelines, especially the
checklist for PR contributors.

Help make review efficient:

  • Multiple simple commits
    • please structure your PR into a series of small commits, each of which does one thing
  • Avoid force-push
    • please do not force-push to update your PR - just add new commit(s)
  • See our Guidelines for Contributors for more details about the review process.

This commit moves macro checks specifically for Mbed TLS from
TF-PSA-Crypto to Mbed TLS where they more approriately belong.

Signed-off-by: Harry Ramsey <[email protected]>
@Harry-Ramsey Harry-Ramsey added needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review size-s Estimated task size: small (~2d) labels Jan 20, 2025
@Harry-Ramsey Harry-Ramsey self-assigned this Jan 20, 2025
@valeriosetti valeriosetti added priority-high High priority - will be reviewed soon and removed needs-reviewer This PR needs someone to pick it up for review labels Jan 20, 2025
@Harry-Ramsey Harry-Ramsey changed the title Move SSL Macros Move MbedTLS Macros Jan 22, 2025
@Harry-Ramsey Harry-Ramsey force-pushed the move-ssl-macros-development branch from 3ce7cb5 to d7d6106 Compare January 22, 2025 10:46
This commit moves MBEDTLS_SSL_TLS_C, MBEDTLS_X509_USE_C and
MBEDTLS_X509_CREATE_C from TF-PSA-Crypto to Mbed TLS where they more
appropriately belong.

Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the TF-PSA-Crypto pointer to include the moved
config files.

Signed-off-by: Harry Ramsey <[email protected]>
@Harry-Ramsey Harry-Ramsey force-pushed the move-ssl-macros-development branch from d7d6106 to 603a926 Compare January 22, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review Every commit must be reviewed by at least two team members, priority-high High priority - will be reviewed soon size-s Estimated task size: small (~2d)
Projects
Development

Successfully merging this pull request may close these issues.

2 participants