Lines Matching full:mbed

1 README for Mbed TLS
4 Mbed TLS is a C library that implements cryptographic primitives, X.509 certificate manipulation an…
6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). …
11 Mbed TLS should build out of the box on most systems. Some platform specific options are available …
20 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/).
35 There are currently three active build systems used within Mbed TLS releases:
59Mbed TLS includes some files that are automatically generated by scripts and whose content depends…
109 …or remove for specific platforms. You can also check [the Mbed TLS Knowledge Base](https://mbed-tl…
111 …s well, please let us know what, so we can add it to the [Mbed TLS Knowledge Base](https://mbed-tl…
170 the Mbed TLS source directory, use:
189 #### Consuming Mbed TLS
191 Mbed TLS provides a package config file for consumption as a dependency in other
192 CMake projects. You can include Mbed TLS's CMake targets yourself with:
212 This will link the Mbed TLS libraries to your library or application, and add
216 #### Mbed TLS as a subproject
218 Mbed TLS supports being built as a CMake subproject. One can
219 use `add_subdirectory()` from a parent CMake project to include Mbed TLS as a
228 In the development branch of Mbed TLS, the Visual Studio solution files need to be generated first …
239 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Python to generate th…
249 …s explained in [our testing infrastructure repository](https://github.com/Mbed-TLS/mbedtls-test/bl…
251 Porting Mbed TLS
254 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,…
256 - [Porting Mbed TLS to a new environment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-…
257 - [What external dependencies does Mbed TLS rely on?](https://mbed-tls.readthedocs.io/en/latest/k…
258 - [How do I configure Mbed TLS](https://mbed-tls.readthedocs.io/en/latest/kb/compiling-and-buildi…
260 Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go bey…
287 …er to provide your feedback privately, please email us at [`mbed-crypto@arm.com`](mailto:mbed-cryp…
289 ### PSA implementation in Mbed TLS
291 Mbed TLS includes a reference implementation of the PSA Cryptography API.
298 Mbed TLS supports drivers for cryptographic accelerators, secure elements and random generators. Th…
310 Unless specifically indicated otherwise in a file, Mbed TLS files are provided under a dual [Apache…
312 ### Third-party code included in Mbed TLS
314 … included within project subdirectories, where it differs from the normal Mbed TLS license, and/or…
317 …ository is distributed under the Apache 2.0 license. It is distributed in Mbed TLS under a dual Ap…
327 * To report a security vulnerability in Mbed TLS, please email <mbed-tls-security@lists.trustedfirm…
328 * To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github…
329 * Please see [`SUPPORT.md`](SUPPORT.md) for other channels for discussion and support about Mbed TL…