-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
base: development
Are you sure you want to change the base?
Conversation
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
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]>
Note: the API-ABI check is quite correct in pointing out that the removal of |
We should not manually set the TLS version, the tests are supposed to pass in 1.3-only builds as well. Instead do the normal thing of setting defaults. This doesn't interfere with the rest of the testing, so I'm not sure why we were not doing it. Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except I don't like leaving a bit of obsolete documentation in the 3.0 migration guide. I think we should either update it or remove it (I'd be ok with a plan to remove it in a separate PR).
@@ -0,0 +1,4 @@ | |||
Removals | |||
* Remove the function mbedtls_ssl_conf_curves() which had been deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update 3.0-migration-guide.md
here as well. Unless we just remove it at this point?
Description
Resolve #9891
PR checklist