Lines Matching refs:to

3 …ons from the community. There are some requirements we need to fulfill in order to be able to inte…
5 … will be reviewed by the project team and community and may need some modifications to be accepted.
10 - We would ask that contributions conform to [our coding standards](https://tls.mbed.org/kb/develop…
18 1. Fork the [Mbed TLS repository on GitHub](https://github.com/Mbed-TLS/mbedtls) to start making yo…
21 …feature or topic. The larger the contribution is, the longer it would take to review it and merge …
23 …t one `Signed-off-by:` line from the committer. If anyone else contributes to the commit, they sho…
28to minimise the impact on users upgrading to newer versions of the library and it should not be ne…
30to users, where a change to the interface is required, all changes to the ABI or API, even on the …
32to an existing interface are necessary, functions in the public interface which need to be changed…
34to warn a user that the function will be removed at some point in the future, notifying users that…
36to the definition of functions in the public interface which will change the API. Instead the inte…
38 …ill be made only in a planned, structured way that gives sufficient notice to users of the library.
42to allow users of the library to have a maintained, stable version of the library which contains o…
44 When backporting to these branches please observe the following rules:
46 1. Any change to the library which changes the API or ABI cannot be backported.
47to that LTS branch. If a bug fix introduces a change to the API such as a new function, the fix sh…
48 … backporting is required. Exceptions to this may be additional test cases or quality improvements …
50 It would be highly appreciated if contributions are backported to LTS branches in addition to the […
57 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull…
59to produce the actual test source files (e.g. `test_suite_mpi.c`). These files are generated from …
61 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi…
63 …est.sh` is available to show test coverage of the library. New code contributions should provide a…
71 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…