2017-06-21 11:57:25 +00:00
## Description
2022-10-31 14:54:24 +00:00
Please write a few sentences describing the overall goals of the pull request's commits.
2017-06-21 11:57:25 +00:00
2023-05-04 11:28:51 +00:00
## PR checklist
2024-07-08 09:46:10 +00:00
Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.
- [ ] **changelog** provided | not required because:
- [ ] **development PR** provided # | not required because:
2024-07-11 13:20:56 +00:00
- [ ] **framework PR** provided Mbed-TLS/mbedtls-framework# | not required
2024-07-08 09:46:10 +00:00
- [ ] **3.6 PR** provided # | not required because:
- [ ] **2.28 PR** provided # | not required because:
2024-07-11 13:20:56 +00:00
- **tests** provided | not required because:
2017-06-21 11:57:25 +00:00
2022-10-21 09:01:22 +00:00
2022-10-31 14:54:24 +00:00
## Notes for the submitter
2017-06-21 11:57:25 +00:00
2022-12-05 10:48:23 +00:00
Please refer to the [contributing guidelines ](https://github.com/Mbed-TLS/mbedtls/blob/development/CONTRIBUTING.md ), especially the
2022-10-31 15:57:31 +00:00
checklist for PR contributors.
2024-02-07 10:42:22 +00:00
Help make review efficient:
* Multiple simple commits
- please structure your PR into a series of small commits, each of which does one thing
2024-02-07 11:05:47 +00:00
* Avoid force-push
2024-02-07 10:42:22 +00:00
- please do not force-push to update your PR - just add new commit(s)
2024-02-07 11:04:14 +00:00
* See our [Guidelines for Contributors ](https://mbed-tls.readthedocs.io/en/latest/reviews/review-for-contributors/ ) for more details about the review process.