Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit d4533fc

Browse files
Qinghao Shimichalpasztamobica
authored andcommitted
fix log match with new changes
1 parent 12b55cf commit d4533fc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/tls-socket.log

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ TLSSocket Example.
22
Mbed OS version:
33

44
Connecting to network
5-
\[DBG \]\[TLSW\]: mbedtls_ssl_conf_ca_chain\(\)
65
Connecting to ifconfig.io
6+
\[DBG \]\[TLSW\]: mbedtls_ssl_conf_ca_chain\(\)
77
\[INFO\]\[TLSW\]: Starting TLS handshake with ifconfig.io
88
\[DBG \]\[TLSW\]: mbedtls_ssl_setup\(\)
99
\[INFO\]\[TLSW\]: TLS connection to ifconfig.io established
1010
\[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*:
2121
\[INFO\]\[TLSW\]: Certificate verification passed
2222
\[DBG \]\[TLSW\]: send \d+
2323
HTTP\/\d.\d \d+ OK

0 commit comments

Comments
 (0)