Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Synss/python-mbedtls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Synss/python-mbedtls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mbedtls-3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 32 files changed
  • 1 contributor

Commits on Apr 20, 2024

  1. tests/tls: Use canned certificates

    Creation of new certificates with mbedtls 3 is more difficult.
    Moreover, canned certificates are sufficient here.
    Synss committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3975edf View commit details
    Browse the repository at this point in the history
  2. pk: Remove ECPoint, {EC,}DH{Client,Server}

    These classes are difficult to port to mbedtls 3.
    
    They are unlikely to have much usage as well.
    Synss committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    da8bc5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30dbb7 View commit details
    Browse the repository at this point in the history
  4. ci: Update backend to 3.6 LTS

    Synss committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    bbaa8a6 View commit details
    Browse the repository at this point in the history
  5. *: Port to mbedtls 3.x

    Synss committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    e5524d2 View commit details
    Browse the repository at this point in the history
Loading