Skip to content

Commit 63d4421

Browse files
author
Amanda Butler
authored
Merge pull request #562 from ARMmbed/tls-docs
Mbed TLS details for Mbed OS
2 parents f2c19c8 + d2f588c commit 63d4421

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+
We have adapted and [preintegrated Mbed TLS with Mbed OS](https://github.com/ARMmbed/mbed-os/tree/master/features/mbedtls). You can import it 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. You can find all of these 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)