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

Commits on Sep 6, 2024

  1. Align 3.6 tests/{src,include} with development PR

    Signed-off-by: David Horstmann <[email protected]>
    davidhorstmann-arm committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    31e5fa8 View commit details
    Browse the repository at this point in the history
  2. Regenerate PSA test wrappers

    These necessarily differ from development
    
    Signed-off-by: David Horstmann <[email protected]>
    davidhorstmann-arm committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cdc134b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Only guard with CRYPTO_CLIENT when version >= 4

    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 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8173c5a View commit details
    Browse the repository at this point in the history