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

Make TLS 1.2 components work with PSA_CRYPTO_CONFIG set #9062

Commits on Apr 26, 2024

  1. Modify component_test_tls1_2_default_stream_cipher_only_use_psa

    Replace relevant Mbed TLS API config options with their PSA
    API equivalents.
    
    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b8cbbe7 View commit details
    Browse the repository at this point in the history
  2. Modify component_test_tls1_2_deafult_cbc_legacy_cipher_only_use_psa

    Replace relevant Mbed TLS API config options with their PSA
    API equivalents.
    
    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6258621 View commit details
    Browse the repository at this point in the history
  3. Modify component_test_tls1_2_default_cbc_legacy_cbc_etm_cipher_only_u…

    …se_psa
    
    Replace relevant Mbed TLS API config options with their PSA
    API equivalents.
    
    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ff33abd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Restore Mbed TLS style AEAD options for now

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1ca1f3d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Restore toggling of MBEDTLS_CIPHER_MODE_CBC

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    67338c0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Remove non- _use_psa versions of components

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5f2595a View commit details
    Browse the repository at this point in the history
  2. Remove _use_psa suffix from remaining components

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b7c624d View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    69ca57e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Change the way CBC is set

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8f83ba0 View commit details
    Browse the repository at this point in the history
  2. Add additional CCM unset

    Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
    tom-daubney-arm committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a8004f2 View commit details
    Browse the repository at this point in the history