Skip to content

Commit d2f588c

Browse files
author
Amanda Butler
authored
Copy edit addition to TLS.md
Copy edit text for active voice.
1 parent d7b33e8 commit d2f588c

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/api/security

1 file changed

+1
-1
lines changed

docs/reference/api/security/TLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
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.
66

77
<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>
88

0 commit comments

Comments
 (0)