-
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
Review requested MBEDTLS_PRIVATE
accessors.
#8529
Comments
GuidancePlease review as per your field of expertise the following table containing data which have been made private during the 2->3 transition. This is a comprehensive list of things we have been planning or have been asked to add accessors to. Comments will be used as a design review in order to design which ones we will be impementing at 3.6 LTS.
|
Thanks for collecting everything into a nice table! One point though: I don't think checkboxes are ideal here as unchecked could mean either "not reviewed yet" or "reviewed and decided against it". I suggest a tri-state Y / N / ? instead. |
Suggested enhancement
As specified in the MBed-TLS 3.X migration guide most structure fields are now private . Community can request the addition of private getter/setter functions for their use cases.
There has been a range of such requests #6151, #5441, #8456, #4383 , #7722 as well as some already planned as part of the transition work #5016, #5017
In some cases it may not be a straighforward ask e.g. #4383
The scope of this task is to collect all such requests under one design-review ticket and decide which one we will be implemented as part of the next relase, and which ones have special considerations.
Scope
The output of this issue is a collection of s-sized subtasks, for accepted getters/setters, appropriately linked with the others items in the epic, and reviewed and approved by members of the team.
The text was updated successfully, but these errors were encountered: