Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbedtls by
.github/pull_request_template.md@2:bbdeda018a3c, 2017-09-29 (annotated)
- Committer:
- Jasper Wallace
- Date:
- Fri Sep 29 19:50:30 2017 +0100
- Revision:
- 2:bbdeda018a3c
Update to mbedtls 2.6.0, many changes.
Changes to mbedtls sources made:
in include/mbedtls/config.h comment out:
#define MBEDTLS_FS_IO
#define MBEDTLS_NET_C
#define MBEDTLS_TIMING_C
uncomment:
#define MBEDTLS_NO_PLATFORM_ENTROPY
remove the following directorys:
programs
yotta
visualc
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jasper Wallace |
2:bbdeda018a3c | 1 | Notes: |
| Jasper Wallace |
2:bbdeda018a3c | 2 | * Pull requests cannot be accepted until: |
| Jasper Wallace |
2:bbdeda018a3c | 3 | - The submitter has [accepted the online agreement here with a click through](https://developer.mbed.org/contributor_agreement/) |
| Jasper Wallace |
2:bbdeda018a3c | 4 | or for companies or those that do not wish to create an mbed account, a slightly different agreement can be found [here](https://www.mbed.com/en/about-mbed/contributor-license-agreements/) |
| Jasper Wallace |
2:bbdeda018a3c | 5 | - The PR follows the [mbed TLS coding standards](https://tls.mbed.org/kb/development/mbedtls-coding-standards) |
| Jasper Wallace |
2:bbdeda018a3c | 6 | * This is just a template, so feel free to use/remove the unnecessary things |
| Jasper Wallace |
2:bbdeda018a3c | 7 | ## Description |
| Jasper Wallace |
2:bbdeda018a3c | 8 | A few sentences describing the overall goals of the pull request's commits. |
| Jasper Wallace |
2:bbdeda018a3c | 9 | |
| Jasper Wallace |
2:bbdeda018a3c | 10 | |
| Jasper Wallace |
2:bbdeda018a3c | 11 | ## Status |
| Jasper Wallace |
2:bbdeda018a3c | 12 | **READY/IN DEVELOPMENT/HOLD** |
| Jasper Wallace |
2:bbdeda018a3c | 13 | |
| Jasper Wallace |
2:bbdeda018a3c | 14 | ## Requires Backporting |
| Jasper Wallace |
2:bbdeda018a3c | 15 | When there is a bug fix, it should be backported to all maintained and supported branches. |
| Jasper Wallace |
2:bbdeda018a3c | 16 | Changes do not have to be backported if: |
| Jasper Wallace |
2:bbdeda018a3c | 17 | - This PR is a new feature\enhancement |
| Jasper Wallace |
2:bbdeda018a3c | 18 | - This PR contains changes in the API. If this is true, and there is a need for the fix to be backported, the fix should be handled differently in the legacy branch |
| Jasper Wallace |
2:bbdeda018a3c | 19 | |
| Jasper Wallace |
2:bbdeda018a3c | 20 | Yes | NO |
| Jasper Wallace |
2:bbdeda018a3c | 21 | Which branch? |
| Jasper Wallace |
2:bbdeda018a3c | 22 | |
| Jasper Wallace |
2:bbdeda018a3c | 23 | ## Migrations |
| Jasper Wallace |
2:bbdeda018a3c | 24 | If there is any API change, what's the incentive and logic for it. |
| Jasper Wallace |
2:bbdeda018a3c | 25 | |
| Jasper Wallace |
2:bbdeda018a3c | 26 | YES | NO |
| Jasper Wallace |
2:bbdeda018a3c | 27 | |
| Jasper Wallace |
2:bbdeda018a3c | 28 | ## Additional comments |
| Jasper Wallace |
2:bbdeda018a3c | 29 | Any additional information that could be of interest |
| Jasper Wallace |
2:bbdeda018a3c | 30 | |
| Jasper Wallace |
2:bbdeda018a3c | 31 | ## Todos |
| Jasper Wallace |
2:bbdeda018a3c | 32 | - [ ] Tests |
| Jasper Wallace |
2:bbdeda018a3c | 33 | - [ ] Documentation |
| Jasper Wallace |
2:bbdeda018a3c | 34 | - [ ] Changelog updated |
| Jasper Wallace |
2:bbdeda018a3c | 35 | - [ ] Backported |
| Jasper Wallace |
2:bbdeda018a3c | 36 | |
| Jasper Wallace |
2:bbdeda018a3c | 37 | |
| Jasper Wallace |
2:bbdeda018a3c | 38 | ## Steps to test or reproduce |
| Jasper Wallace |
2:bbdeda018a3c | 39 | Outline the steps to test or reproduce the PR here. |
