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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# HTTPS File Download Example for TLS Client on mbed OS
1
+
# HTTPS File Download Example for TLS Client on Mbed OS
2
2
3
3
This application downloads a file from an HTTPS server (os.mbed.com) and looks for a specific string in that file.
4
4
5
5
## Getting started
6
6
7
7
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
8
8
9
-
You can also compile this example with the [mbed Online Compiler](https://os.mbed.com/compiler/) by using [this project](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client).
9
+
You can also compile this example with the [Mbed Online Compiler](https://os.mbed.com/compiler/) by using [this project](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client).
10
10
11
11
## Required hardware
12
12
13
13
This example also requires an Ethernet cable and connection to the internet additional to the hardware requirements in the [main readme](../README.md).
14
14
Please read different networking setups instructions from [Easy Connect](https://github.com/ARMmbed/easy-connect/blob/master/README.md).
15
15
16
-
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.
16
+
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.
17
17
18
18
To learn why entropy is required, read the [TLS Porting guide](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/tls_porting/).
0 commit comments