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

Align 3.6 test helpers with development #9547

Open
wants to merge 3 commits into
base: mbedtls-3.6
Choose a base branch
from

Conversation

davidhorstmann-arm
Copy link
Contributor

Copy the contents of tests/src and tests/include from #9430 to the 3.6 branch.

Check whether CI passes

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 provided | not required because:
  • development PR provided # | not required because:
  • framework PR provided Mbed-TLS/mbedtls-framework# | not required
  • 3.6 PR provided # | not required because:
  • 2.28 PR provided # | not required because:
  • tests provided | not required because:

@davidhorstmann-arm davidhorstmann-arm added the needs-ci Needs to pass CI tests label Sep 6, 2024
These necessarily differ from development

Signed-off-by: David Horstmann <[email protected]>
@davidhorstmann-arm davidhorstmann-arm force-pushed the align-development-3.6-test-helpers-3.6 branch from f116a52 to cc9b8e2 Compare September 27, 2024 15:37
In 4.x the semantics of MBEDTLS_PSA_CRYPTO_C and
MBEDTLS_PSA_CRYPTO_CLIENT are different compared with 3.6.

Where this is a problem, make guards more version-specific so that we
are guarding with MBEDTLS_PSA_CRYPTO_C for 3.6 and
MBEDTLS_PSA_CRYPTO_CLIENT for 4.x, keeping each branch the same as it
was formerly.

Signed-off-by: David Horstmann <[email protected]>
@davidhorstmann-arm davidhorstmann-arm force-pushed the align-development-3.6-test-helpers-3.6 branch from cc9b8e2 to 8173c5a Compare September 27, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci Needs to pass CI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant