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
+17-18
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ You can also compile this example with the [Mbed Online Compiler](https://os.mbe
11
11
## Requirements
12
12
13
13
This example uses by default an Ethernet connection to the internet.
14
-
It's possible to switch to another network interface by using [Easy Connect](https://github.com/ARMmbed/easy-connect/blob/master/README.md). The [Mbed OS Example Client](https://github.com/ARMmbed/mbed-os-example-client#application-setup) application shows an example of how to configure other networkinterfaces.
14
+
It's possible to switch to another network interface by using [the Mbed OS NetworkInterface](https://os.mbed.com/docs/latest/apis/network-interfaces.html).
15
15
16
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
-
To learn why entropy is required, read the [TLS Porting guide](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/tls_porting/).
18
+
To learn why entropy is required, read the [entropy Porting guide](https://os.mbed.com/docs/latest/porting/entropy-sources.html).
19
19
20
20
## Monitoring the application
21
21
@@ -25,41 +25,40 @@ The output in the terminal window should be similar to this:
25
25
26
26
```
27
27
Starting mbed-os-example-tls/tls-client
28
-
Using Mbed OS 5.6.3
29
-
[EasyConnect] IPv4 mode
28
+
Using Mbed OS 5.11.1
30
29
Successfully connected to os.mbed.com at port 443
31
30
Starting the TLS handshake...
32
31
Successfully completed the TLS handshake
33
32
Server certificate:
34
33
cert. version : 3
35
-
serial number : 65:7B:6D:8D:15:A5:B6:86:87:6B:5E:BC
36
-
issuer name : C=BE, O=GlobalSign nv-sa, CN=GlobalSign Organization Validation CA - SHA256 - G2
37
-
subject name : C=GB, ST=Cambridgeshire, L=Cambridge, O=ARM Ltd, CN=*.mbed.com
38
-
issued on : 2017-04-03 13:54:02
39
-
expires on : 2018-05-06 10:31:02
34
+
serial number : 0F:22:3C:45:F9:9B:25:DA:B5:A0:E9:E4:C3:F9:5F:9D
35
+
issuer name : C=US, O=Amazon, OU=Server CA 1B, CN=Amazon
36
+
subject name : CN=mbed.com
37
+
issued on : 2018-03-16 00:00:00
38
+
expires on : 2019-04-16 12:00:00
40
39
signed using : RSA with SHA-256
41
40
RSA key size : 2048 bits
42
41
basic constraints : CA=false
43
-
subject alt name : *.mbed.com, mbed.org, *.mbed.org, mbed.com
42
+
subject alt name : mbed.com, *.mbed.com, mbed.org, *.mbed.org
44
43
key usage : Digital Signature, Key Encipherment
45
44
ext key usage : TLS Web Server Authentication, TLS Web Client Authentication
0 commit comments