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

[ssl] Migrate to mbedtls 3 #290

Merged
merged 8 commits into from
Jul 3, 2024
Merged

Commits on Jul 2, 2024

  1. [ssl] Add mbedtls 3 compatibility

    This means that mbedtls 3 is supported for dynamic builds
    tobil4sk committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    622e91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c8dba View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. [cmake] Update to mbedtls 3.6 for static builds

    Use MBEDTLS_USER_CONFIG_FILE instead of patching the sources.
    tobil4sk committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d2ffb9c View commit details
    Browse the repository at this point in the history
  2. [ssl] Initialize PSA crypto when it is present.

    In mbedtls 3.6 TLS 1.3 support is turned on by default which uses PSA crypto
    
    See HaxeFoundation/hashlink#681
    Apprentice-Alchemist authored and tobil4sk committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    804f3c2 View commit details
    Browse the repository at this point in the history
  3. [ci] Build on ubuntu bionic instead of xenial

    Xenial went EoL in 2021, and we cannot build new mbedtls versions on it.
    tobil4sk committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    47d72ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e58a82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69c13f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9010629 View commit details
    Browse the repository at this point in the history