Lines Matching full:on
11 Mbed TLS should build out of the box on most systems. Some platform specific options are available …
15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo…
22 Documentation for the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/…
43 … and libmbedtls. Note that libmbedtls depends on libmbedx509 and libmbedcrypto, and libmbedx509 de…
63 …generated by scripts and whose content depends only on the Mbed TLS source, not on the platform or…
72 …Depending on your Python installation, you may need to invoke `python` instead of `python3`. To in…
80 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati…
82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config…
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent …
109 …can override `CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command lin…
113 …on your platform, you might run into some issues. Please check the Makefiles in `library/`, `progr…
139 cmake -DUSE_SHARED_MBEDTLS_LIBRARY=On /path/to/mbedtls_source
148 …nitizer to check for uninitialised memory reads. Experimental, needs recent clang on Linux/x86\_64.
150 - `Check`. This activates the compiler warnings that depend on optimization and treats all warnin…
191 on the build mode as seen above), it's merely prepended to it.
250 …nds.py` test builds in configurations with a single curve, key exchange, hash, cipher, or pkalg on.
261 …es does Mbed TLS rely on?](https://mbed-tls.readthedocs.io/en/latest/kb/development/what-external-…
279 …pen source firmware reference implementation. PSA provides a recipe, based on industry best practi…
281 …e communication. Second, it can also be used independently of other PSA components on any platform.
291 Arm welcomes feedback on the design of the API. If you think something could be improved, please op…
304 …river example and guide](docs/psa-driver-example-and-guide.md) for information on writing a driver.
326 …community. Please see the [contributing guidelines](CONTRIBUTING.md) for details on how to do this.
332 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…