Skip to content

Commit d7b33e8

Browse files
author
Marcelo Salazar
authored
Mbed TLS details for Mbed OS
Information on how Mbed TLS is shipped with Mbed OS and details on what's included.
1 parent 24fcfd4 commit d7b33e8

File tree

1 file changed

+2
-0
lines changed
  • docs/reference/api/security

1 file changed

+2
-0
lines changed

docs/reference/api/security/TLS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Arm Mbed TLS provides a comprehensive SSL/TLS solution and makes it easy for developers to include cryptographic and SSL/TLS capabilities in their software and embedded products. As an SSL library, it provides an intuitive API, readable source code and a minimal and highly configurable code footprint.
44

5+
Mbed TLS has been adapted and pre-integrated with Mbed OS [here](https://github.com/ARMmbed/mbed-os/tree/master/features/mbedtls). It's imported from its standalone [release](https://github.com/ARMmbed/mbedtls). This edition of mbed TLS does not include test code or the scripts used in the development of the library. All of these can be found in the standalone release.
6+
57
<span class="notes">**Note:** Mbed TLS needs a secure source of random numbers; make sure that your target board has one and that it is fully ported to Arm Mbed OS. You can read more about this in our [porting guide](/docs/development/reference/contributing.html).</span>
68

79
### Mbed TLS examples

0 commit comments

Comments
 (0)