This repository was archived by the owner on Jun 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ TLSSocket Example.
2
2
Mbed OS version:
3
3
4
4
Connecting to network
5
- \[DBG \]\[TLSW\]: mbedtls_ssl_conf_ca_chain\(\)
6
5
Connecting to ifconfig.io
6
+ \[DBG \]\[TLSW\]: mbedtls_ssl_conf_ca_chain\(\)
7
7
\[INFO\]\[TLSW\]: Starting TLS handshake with ifconfig.io
8
8
\[DBG \]\[TLSW\]: mbedtls_ssl_setup\(\)
9
9
\[INFO\]\[TLSW\]: TLS connection to ifconfig.io established
10
10
\[DBG \]\[TLSW\]: Server certificate:
11
- cert. version : \d
12
- serial number : ([0-9A-F]{2}:)+[0-9A-F]{2}
13
- issuer name : C=GB, ST=Greater Manchester, L=Salford,
14
- subject name :
15
- issued on :
16
- expires on :
17
- signed using : ECDSA with SHA256
18
- EC key size : 256 bits
19
- basic constraints : CA=false
20
- subject alt name :
11
+ cert. version\s* : \d
12
+ serial number\s* : ([0-9A-F]{2}:)+[0-9A-F]{2}
13
+ issuer name\s* : C=GB, ST=Greater Manchester, L=Salford,
14
+ subject name\s* :
15
+ issued on\s* :
16
+ expires on\s* :
17
+ signed using\s* : ECDSA with SHA256
18
+ EC key size\s* : 256 bits
19
+ basic constraints\s* : CA=false
20
+ subject alt name\s* :
21
21
\[INFO\]\[TLSW\]: Certificate verification passed
22
22
\[DBG \]\[TLSW\]: send \d+
23
23
HTTP\/\d.\d \d+ OK
You can’t perform that action at this time.
0 commit comments