You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tls-client/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ Set up your environment if you have not done so already. For instructions, refer
8
8
9
9
## Required hardware
10
10
11
-
This example also requires an Ethernet cable an connection to the internet additional to the hardware requirements in the [main readme](../README.md).
11
+
This example also requires an Ethernet cable and connection to the internet additional to the hardware requirements in the [main readme](../README.md).
12
+
13
+
The networking stack used in this example requires TLS functionality to be enabled on mbed TLS. On devices where hardware entropy is not present, TLS is disabled by default. This would result in compile time or linking failures.
14
+
15
+
To learn why entropy is required, read the [TLS Porting guide](https://docs.mbed.com/docs/mbed-os-handbook/en/5.2/advanced/tls_porting/).
0 commit comments