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

[dev] Remove deprecated function mbedtls_ssl_conf_curves() #9906

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

mpg
Copy link
Contributor

@mpg mpg commented Jan 14, 2025

Description

Resolve #9891

PR checklist

  • changelog provided
  • development PR provided HERE
  • framework PR not required
  • 3.6 PR provided #TODO
  • 2.28 PR not required because: 2.28 not affected
  • tests not required because: covered by existing tests

mpg added 5 commits January 14, 2025 12:06
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This dependency was never right in the first place.

Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
@mpg mpg added needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review labels Jan 14, 2025
@mpg mpg self-assigned this Jan 14, 2025
@mpg mpg added needs-work and removed needs-review Every commit must be reviewed by at least two team members, labels Jan 15, 2025
@mpg
Copy link
Contributor Author

mpg commented Jan 15, 2025

Note: the API-ABI check is quite correct in pointing out that the removal of mbedtls_ssl_conf_curves() is an API break and that of mbedtls_ssl_config::curves_list an ABI break, but that's to be expected, and the reason why this is 4.0 only.

@mpg mpg added the api-break This issue/PR breaks the API and must wait for a new major version label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-break This issue/PR breaks the API and must wait for a new major version needs-reviewer This PR needs someone to pick it up for review needs-work
Projects
Development

Successfully merging this pull request may close these issues.

Remove deprecated function mbedtls_ssl_conf_curves()
1 participant