Lines Matching refs:a
6 …ss there is a real justification for that. If there is an API change, the contribution, if accepte…
11 - The code should be written in a clean and readable style.
12 - The code should be written in a portable generic way, that will benefit the whole community, and …
13 - The code should be secure, and will be reviewed from a security point of view as well.
15 Making a Contribution
17 …mbedtls/issues) or [start a discussion](https://lists.trustedfirmware.org/mailman/listinfo/mbed-tl…
18 …g your changes. As a general rule, you should use the ["development" branch](https://github.com/AR…
19 1. Write a test which shows that the bug was fixed or that the feature works as expected.
20 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may …
21 1. For quick merging, the contribution should be short, and concentrated on a single feature or top…
28 …a user to make any changes to their own code to work with a newer version of the library. Unless t…
30 …a change to the interface is required, all changes to the ABI or API, even on the main development…
32 …EDTLS_DEPRECATED_WARNING` and `MBEDTLS_DEPRECATED_REMOVED`. Then, a new function with a new name b…
34 When a build is made with the deprecation preprocessor symbols defined, a compiler warning will be …
36 …a function needs to be changed, a new function needs to be created alongside it, with a new name, …
38 … functions from the library which will be a breaking change in the API, but such changes will be m…
42 …h are maintained continuously for a given period. The LTS branches are provided to allow users of …
47 …orrect a defect that is also present in an LTS branch must be backported to that LTS branch. If a …
48 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi…
64 …a comprehensive set of test suites in the `tests/` directory that are dynamically generated to pro…
68 …to show test coverage of the library. New code contributions should provide a similar level of cod…
74 Once a PR has been made, the Continuous Integration (CI) tests are triggered and run. You should fo…
84 1. If needed, a Readme file is advised.
85 1. If a [Knowledge Base (KB)](https://tls.mbed.org/kb) article should be added, write this as a com…