Upgrading project from NCS 2.7.0 to 3.0.2 breaks native TLS

Hi,

I'm attempting to upgrade an existing project (which is still in the development stage) from NCS 2.7.0 to 3.0.2; this seems to break native TLS, and I'm not sure why.

Would you be willing to take a look? I've created a trimmed down version of the project, running on an nrf9160dk

Attached are the console output (verbose logging) and traces of both the 2.7 and 3.0.2 versions.

The project connects to test.mosquitto.org over TLS and then does a single publish. The 2.7 version works, the 3.0.2 version fails to connect with:

[00:00:10.472,381] <err> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9061: mbedtls_cipher_setkey() returned -24704 (-0x6080)
[00:00:10.488,311] <err> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7345: ssl_tls12_populate_transform() returned -24704 (-0x6080)
[00:00:10.504,852] <err> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3268: mbedtls_ssl_derive_keys() returned -24704 (-0x6080)
[00:00:10.521,606] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: <= handshake
[00:00:10.534,149] <err> net_sock_tls: TLS handshake error: -0x6080

I've also attached both projects, difference is in some new CONFIG_ lines in prj.conf and overlay_native_tls.conf and an mqtt API change.

Build as follows;

2514.trace_3.0.2.mtrace

3857.trace_2.7.mtrace

All pins have been configured as non-secure
Booting TF-M v2.1.1-ncs4-2
[Sec Thread] Secure image initializing!
TF-M isolation level is: 0x00000001
TF-M Float ABI: Hard
Lazy stacking enabled

[00:00:00.623,657] <inf> nrf_modem_lib_trace: Trace thread ready
[00:00:00.639,892] <inf> nrf_modem_lib_trace: Trace level override: 2
[00:00:00.664,916] <dbg> modem: cert_provision: cert_provision tag 1, 2095 bytes
[00:00:00.675,018] <dbg> modem: cert_provision: cert_provision tag 2, 1940 bytes
[00:00:00.685,119] <dbg> modem: cert_provision: cert_provision tag 3, 1453 bytes
Ready!
Waiting for network..
[00:00:00.721,008] <dbg> modem: lte_event_handler: Modem sleep event, type flight mode, time -1
[00:00:00.769,927] <dbg> modem: lte_event_handler: LTE event 9
[00:00:00.869,842] <err> modem: Functional mode has changed to 1
[00:00:00.878,784] <inf> modem: Waiting for LTE connection..
[00:00:01.760,650] <dbg> modem: lte_event_handler: Cell update: id 26545411, tac 22201
[00:00:01.771,301] <dbg> modem: lte_event_handler: LTE mode update: LTE-M
[00:00:01.832,397] <dbg> modem: lte_event_handler: RRC update: connected
[00:00:04.101,104] <dbg> modem: lte_event_handler: Modem domain event: Search done
[00:00:04.112,030] <dbg> modem: lte_event_handler: Connected to LTE
[00:00:04.121,032] <dbg> modem: lte_event_handler: PSM update: active_time 180, tau 32400
[00:00:04.132,141] <dbg> modem: lte_event_handler: eDRX update: mode 7, interval 163.839996, window 2.560000
[00:00:04.144,989] <inf> modem: LTE up!
[00:00:04.154,357] <err> modem: Functional mode has changed to 1
[00:00:04.195,404] <inf> modem: Waiting for time update..
Network up!
[00:00:04.346,466] <dbg> mqtt: mqtt_setup_connection: MQTT connecting to 5.196.78.28:8885
[00:00:04.549,011] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: => handshake
[00:00:04.561,584] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:04.574,401] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:04.587,280] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_HELLO_REQUEST
[00:00:04.602,233] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:04.615,051] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:04.627,929] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_HELLO
[00:00:04.642,730] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0921: => write client hello
[00:00:04.656,677] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: dumping 'client hello, random bytes' (32 bytes)
[00:00:04.672,668] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0000:  43 d4 29 60 d1 7b a3 5d 7d 30 cf c4 82 2c ff 66  C.)`.{.]}0...,.f
[00:00:04.690,795] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0010:  a8 b1 17 67 6c 74 b4 77 18 95 2b 62 87 95 98 06  ...glt.w..+b....
[00:00:04.708,648] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0512: dumping 'session id' (0 bytes)
[00:00:04.722,869] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02c, TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384
[00:00:04.741,149] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c030, TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
[00:00:04.759,216] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0ad, TLS-ECDHE-ECDSA-WITH-AES-256-CCM
[00:00:04.776,855] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c024, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384
[00:00:04.795,104] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c028, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384
[00:00:04.813,201] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00a, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA
[00:00:04.831,207] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c014, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA
[00:00:04.848,999] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0af, TLS-ECDHE-ECDSA-WITH-AES-256-CCM-8
[00:00:04.866,821] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02b, TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
[00:00:04.885,009] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02f, TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256
[00:00:04.903,045] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0ac, TLS-ECDHE-ECDSA-WITH-AES-128-CCM
[00:00:04.920,684] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c023, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256
[00:00:04.938,934] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c027, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256
[00:00:04.956,939] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c009, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:00:04.974,884] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c013, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA
[00:00:04.992,645] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0ae, TLS-ECDHE-ECDSA-WITH-AES-128-CCM-8
[00:00:05.010,467] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0ff, TLS-ECJPAKE-WITH-AES-128-CCM-8
[00:00:05.027,893] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 009d, TLS-RSA-WITH-AES-256-GCM-SHA384
[00:00:05.045,410] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c09d, TLS-RSA-WITH-AES-256-CCM
[00:00:05.062,286] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003d, TLS-RSA-WITH-AES-256-CBC-SHA256
[00:00:05.079,803] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0035, TLS-RSA-WITH-AES-256-CBC-SHA
[00:00:05.097,045] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c032, TLS-ECDH-RSA-WITH-AES-256-GCM-SHA384
[00:00:05.114,990] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02a, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA384
[00:00:05.132,934] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00f, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA
[00:00:05.150,634] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02e, TLS-ECDH-ECDSA-WITH-AES-256-GCM-SHA384
[00:00:05.168,731] <inf> mbedtls: WEST_TOPDIR/mo[00:00:05.174,652] <inf> modem: GNSS blocked by LTE activity
uart:~$ ypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c026, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA384
[00:00:05.195,190] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c005, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA
[00:00:05.213,104] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0a1, TLS-RSA-WITH-AES-256-CCM-8
[00:00:05.230,194] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 009c, TLS-RSA-WITH-AES-128-GCM-SHA256
[00:00:05.247,741] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c09c, TLS-RSA-WITH-AES-128-CCM
[00:00:05.264,648] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003c, TLS-RSA-WITH-AES-128-CBC-SHA256
[00:00:05.282,165] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 002f, TLS-RSA-WITH-AES-128-CBC-SHA
[00:00:05.299,407] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c031, TLS-ECDH-RSA-WITH-AES-128-GCM-SHA256
[00:00:05.317,382] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c029, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA256
[00:00:05.335,327] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00e, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA
[00:00:05.353,027] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02d, TLS-ECDH-ECDSA-WITH-AES-128-GCM-SHA256
[00:00:05.371,154] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c025, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA256
[00:00:05.389,282] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c004, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA
[00:00:05.407,135] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c0a0, TLS-RSA-WITH-AES-128-CCM-8
[00:00:05.424,346] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0388: adding EMPTY_RENEGOTIATION_INFO_SCSV
[00:00:05.439,025] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0397: client hello, got zu cipher suites
[00:00:05.453,521] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0041: client hello, adding server name extension: test.mosquitto.org
[00:00:05.470,458] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0231: client hello, adding supported_groups extension
[00:00:05.486,083] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(0017)
[00:00:05.499,786] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: secp256r1 ( 17 )
[00:00:05.513,763] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(0018)
[00:00:05.527,496] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: secp384r1 ( 18 )
[00:00:05.541,503] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: dumping 'Supported groups extension' (6 bytes)
[00:00:05.557,281] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: 0000:  00 04 00 17 00 18                                ......
[00:00:05.574,249] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9503: adding signature_algorithms extension
[00:00:05.588,806] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [603] ecdsa_secp521r1_sha512
[00:00:05.604,370] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [603] ecdsa_secp521r1_sha512
[00:00:05.620,025] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [601] rsa_pkcs1_sha512
[00:00:05.635,040] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [601] rsa_pkcs1_sha512
[00:00:05.650,177] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [503] ecdsa_secp384r1_sha384
[00:00:05.665,740] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [503] ecdsa_secp384r1_sha384
[00:00:05.681,396] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [501] rsa_pkcs1_sha384
[00:00:05.696,441] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [501] rsa_pkcs1_sha384
[00:00:05.711,578] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [403] ecdsa_secp256r1_sha256
[00:00:05.727,142] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [403] ecdsa_secp256r1_sha256
[00:00:05.742,797] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [401] rsa_pkcs1_sha256
[00:00:05.757,843] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [401] rsa_pkcs1_sha256
[00:00:05.772,949] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0105: client hello, adding supported_point_formats extension
[00:00:05.789,733] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0150: client hello, adding ecjpake_kkpp extension
[00:00:05.805,511] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0165: generating new ecjpake parameters
[00:00:05.949,890] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0272: client hello, adding max_fragment_length extension
[00:00:05.966,308] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0338: client hello, adding extended_master_secret extension
[00:00:05.983,001] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0689: client hello, total extension length: zu
[00:00:05.998,016] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: dumping 'client hello extensions' (404 bytes)
[00:00:06.013,793] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0000:  01 94 00 00 00 17 00 15 00 00 12 74 65 73 74 2e  ...........test.
[00:00:06.031,921] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0010:  6d 6f 73 71 75 69 74 74 6f 2e 6f 72 67 00 0a 00  mosquitto.org...
[00:00:06.050,048] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0020:  06 00 04 00 17 00 18 00 0d 00 0e 00 0c 06 03 06  ................
[00:00:06.068,176] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0030:  01 05 03 05 01 04 03 04 01 00 0b 00 02 01 00 01  ................
[00:00:06.086,303] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0040:  00 01 4a 41 04 de b7 5a 40 d8 22 e5 37 35 0b e4  ..JA...Z@.".75..
[00:00:06.104,400] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0050:  c6 ca 94 ce a8 fb c5 22 32 3d 4b 91 39 5d d3 40  ......."2=K.9].@
[00:00:06.122,528] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0060:  13 90 0b 6d bc 87 15 f5 83 00 8d 9b 9b f0 d0 2d  ...m...........-
[00:00:06.140,655] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0070:  b2 ca dc 24 a7 7c 10 68 be 19 49 b5 99 18 50 33  ...$.|.h..I...P3
[00:00:06.158,752] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0080:  fe af fb ef 76 41 04 55 4d 3d 09 c8 95 1f 0a 4f  ....vA.UM=.....O
uart:~$[00:00:06.176,300] <inf> modem: GNSS blocked by LTE activity
u[00:00:06.185,180] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0090:  a5 b1 71 91 70 2e 94 79 af c6 b4 ae 16 b2 8d 0c  ..q.p..y........
[00:00:06.203,369] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00a0:  bc 07 bb c0 73 c6 38 99 ee 8e 73 ee 98 03 e4 b8  ....s.8...s.....
[00:00:06.221,527] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00b0:  1f 56 2f 01 91 1d 93 dc cd 89 a8 64 bc 14 92 cd  .V/........d....
[00:00:06.239,654] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00c0:  d7 ee f3 3f b9 2d 53 20 19 13 f2 62 40 12 88 64  ...?.-S [email protected]
[00:00:06.257,781] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00d0:  18 f4 e7 ba 59 42 16 29 c2 cb 26 59 38 ce 42 b9  ....YB.)..&Y8.B.
[00:00:06.275,878] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00e0:  e4 39 47 a8 db 6e ba 78 41 04 94 9e 89 8d d7 58  .9G..n.xA......X
[00:00:06.294,006] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00f0:  43 03 15 2e 30 c9 d3 1d c0 85 fd ca ac 5b 56 4b  C...0........[VK
[00:00:06.312,133] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0100:  1a 80 bb 7a c9 af c1 ef f1 b6 53 c3 74 14 1c 69  ...z......S.t..i
[00:00:06.330,261] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0110:  48 7d af 5f b2 c8 fc ae 75 92 b6 fd 32 60 e7 b6  H}._....u...2`..
[00:00:06.348,388] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0120:  28 15 6e 00 46 c0 8e 19 7e 7a 41 04 e8 cc ba 0f  (.n.F...~zA.....
[00:00:06.366,516] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0130:  cf 10 38 0f 34 bc d8 0c 57 f9 3d 68 14 6c a2 2d  ..8.4...W.=h.l.-
[00:00:06.384,643] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0140:  65 80 ed de d8 dc dd c8 7c 7d 3d d1 93 92 57 4c  e.......|}=...WL
[00:00:06.402,770] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0150:  25 b1 c5 41 af 17 f0 ff 73 cf 8d d7 04 14 95 d9  %..A....s.......
[00:00:06.420,898] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0160:  6f c5 86 dd ad 0c 3a 15 46 ef 36 5a 20 95 36 e8  o.....:.F.6Z .6.
[00:00:06.438,995] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0170:  c0 1c c1 0f 01 97 3b 5b a2 79 c5 e7 1d f3 c0 ff  ......;[.y......
[00:00:06.457,122] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0180:  cc b4 e1 32 3b 33 e4 ca b6 36 7f b3 69 00 01 00  ...2;3...6..i...
[00:00:06.475,067] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0190:  01 04 00 17                                      ....
[00:00:06.494,079] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2784: => write handshake message
[00:00:06.507,873] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2944: => write record
[00:00:06.520,812] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3028: output record: msgtype = 22, version = [3:3], msglen = zu
[00:00:06.537,048] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: <= write record
[00:00:06.549,865] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2905: <= write handshake message
[00:00:06.563,629] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:1014: <= write client hello
[00:00:06.577,239] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:06.590,087] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: zu, out_left: zu
[00:00:06.611,511] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl->f_send() returned 534 (-0xfffffdea)
[00:00:06.626,525] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: <= flush output
[00:00:06.639,373] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:00:06.654,205] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: => parse server hello
[00:00:06.668,304] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: => read record
[00:00:06.681,030] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:06.693,786] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:06.707,458] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:06.721,069] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: <= handshake
[00:00:06.887,084] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: => handshake
[00:00:06.899,658] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:06.912,536] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:06.925,415] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:00:06.940,338] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: => parse server hello
[00:00:06.954,498] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: => read record
[00:00:06.967,254] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:06.980,072] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:06.993,804] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:07.007,446] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:00:07.023,193] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:07.036,010] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = zu
[00:00:07.052,307] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:07.065,093] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:07.078,796] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:07.092,468] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 102 (-0xffffff9a)
[00:00:07.108,367] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:07.121,185] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = zu, type = 102, hslen = zu
[00:00:07.137,268] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: zu, 102..0 of zu
[00:00:07.152,557] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: <= read record
[00:00:07.165,344] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: d[00:00:07.176,177] <inf> modem: GNSS blocked by LTE activity
uart:~$ server hello, version' (2 bytes)
[00:00:07.189,575] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: 0000:  03 03                                            ..
[00:00:07.206,756] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1291: server hello, current time: 15941011
[00:00:07.222,045] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: dumping 'server hello, random bytes' (32 bytes)
[00:00:07.238,525] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0000:  00 f3 3d 93 a1 5b 92 bf f2 c1 09 5a d7 f2 d1 f3  ..=..[.....Z....
[00:00:07.257,232] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0010:  c9 e5 7d b7 8f 8f 03 ac 44 4f 57 4e 47 52 44 01  ..}.....DOWNGRD.
[00:00:07.275,604] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1363: server hello, session id len.: zu
[00:00:07.290,557] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1364: dumping 'server hello, session id' (32 bytes)
[00:00:07.306,823] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1364: 0000:  14 1c 6a 0c d8 f2 b0 7c 0a e1 44 21 c0 b1 cb fa  ..j....|..D!....
[00:00:07.325,469] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1364: 0010:  8d 74 7a 17 05 1e bc cb 13 63 f5 71 f7 50 1f e8  .tz......c.q.P..
[00:00:07.343,841] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1388: no session has been resumed
[00:00:07.358,245] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1391: server hello, chosen ciphersuite: c030
[00:00:07.373,626] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1392: server hello, compress alg.: 0
[00:00:07.388,305] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1427: server hello, chosen ciphersuite: TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
[00:00:07.406,585] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1448: server hello, total extension length: zu
[00:00:07.422,363] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1466: found renegotiation extension
[00:00:07.436,950] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1593: unknown extension found: 0 (ignoring)
[00:00:07.452,270] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1480: found max_fragment_length extension
[00:00:07.467,407] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1545: found supported_point_formats extension
[00:00:07.482,879] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1518: found extended_master_secret extension
[00:00:07.498,260] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1662: <= parse server hello
[00:00:07.512,390] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:07.525,177] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:07.538,024] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:07.553,375] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: => parse certificate
[00:00:07.566,619] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: => read record
[00:00:07.579,345] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:07.592,071] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:07.605,743] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:07.619,415] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:00:07.635,101] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:07.647,888] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = zu
[00:00:07.664,184] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:07.676,910] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:07.690,704] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:07.704,345] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 933 (-0xfffffc5b)
[00:00:07.720,214] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:07.733,001] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = zu, type = 933, hslen = zu
[00:00:07.749,053] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: zu, 933..0 of zu
[00:00:07.766,418] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: <= read record
[00:00:07.779,815] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9961: Use configuration-specific verification callback
[00:00:07.858,642] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:10121: Certificate verification flags clear
[00:00:07.873,107] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8207: <= parse certificate
[00:00:07.886,352] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:07.899,169] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:07.912,017] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_KEY_EXCHANGE
[00:00:07.927,459] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2090: => parse server key exchange
[00:00:07.942,169] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: => read record
[00:00:07.954,895] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:07.967,651] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:07.981,292] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:07.994,934] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:00:08.010,650] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:08.023,437] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = zu
[00:00:08.039,733] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:08.052,490] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:08.066,162] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:08.079,864] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 333 (-0xfffffeb3)
[00:00:08.095,764] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:08.108,612] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = zu, type = 333, hslen = zu
[00:00:08.124,664] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: zu, 333..0 of zu
[00:00:08.140,289] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: <= read record
[00:00:08.153,045] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: dumping 'server key exchange' (329 bytes)
[00:00:08.168,975] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0000:  03 00 17 41 04 a8 67 e8 2e da fb 52 f2 d2 c0 0b  ...A..g....R....
[00:00:08.186,004] <inf> modem: GNSS blocked by LTE activity
uart:~$ t:~$[00:00:08.195,739] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0010:  95 fb 19 5b 42 d9 92 26 69 00 5a 3a 07 44 2a ec  ...[B..&i.Z:.D*.
[00:00:08.214,385] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0020:  38 4d db 9c f5 0b 59 78 af 68 82 f4 2d d9 ad e3  8M....Yx.h..-...
[00:00:08.233,032] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0030:  cc 56 2b 70 2c 6f 37 7f 5f 3f c5 1e 2b b6 c0 b7  .V+p,o7._?..+...
[00:00:08.251,678] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0040:  0a 5c 8f b7 05 04 01 01 00 2c 9f 9a 8e 9e a8 14  .\.......,......
[00:00:08.270,324] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0050:  09 a4 02 83 51 b7 b0 3c ea 79 2f e5 bc 92 b8 c1  ....Q..<.y/.....
[00:00:08.289,001] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0060:  af 3a c6 63 da 7a 76 13 16 63 7c 05 90 dd 50 d3  .:.c.zv..c|...P.
[00:00:08.307,647] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0070:  56 ed 9a 19 38 84 de 63 d9 0c 7e 3b 3b db 6c 08  V...8..c..~;;.l.
[00:00:08.326,293] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0080:  14 84 3d 46 fa f1 2e cd c7 46 1b df 2d db 8f 9d  ..=F.....F..-...
[00:00:08.344,940] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0090:  4d a2 f2 bd 04 b1 a5 36 15 11 dd b6 47 11 11 2d  M......6....G..-
[00:00:08.363,586] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 00a0:  22 63 cd 0b 11 ad b6 bf b4 62 a3 e0 69 eb de 14  "c.......b..i...
[00:00:08.382,232] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 00b0:  2c 76 e7 29 6a 9b 88 09 e5 68 f1 ed d9 83 db bc  ,v.)j....h......
[00:00:08.400,909] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 00c0:  71 38 76 bb e9 a0 4a e0 e8 be 3c 29 a3 6a 15 ba  q8v...J...<).j..
[00:00:08.419,586] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 00d0:  97 4f 54 ba 32 9e 64 a6 85 7b 95 b8 e0 42 47 f7  .OT.2.d..{...BG.
[00:00:08.438,293] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 00e0:  f4 5a 6a c9 76 01 b8 5d 64 1b 1a 2a 92 64 f9 e9  .Zj.v..]d..*.d..
[00:00:08.456,970] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 00f0:  19 9b 6c 60 cc 36 40 91 16 2a 82 51 f6 f6 ba 3e  ..l`.6@..*.Q...>
[00:00:08.475,616] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0100:  18 e6 9e 7a e3 a0 c0 da 89 d6 60 4c cc d8 66 36  ...z......`L..f6
[00:00:08.494,262] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0110:  73 04 bb 35 8f b9 8a 00 29 56 ce 28 50 f6 29 2f  s..5....)V.(P.)/
[00:00:08.512,908] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0120:  5c b8 1c 29 1c 71 2f 8e 13 29 72 fb 12 31 a2 ac  \..).q/..)r..1..
[00:00:08.531,555] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0130:  f6 29 89 f3 42 73 37 aa 25 66 4f d6 15 bd c9 4a  .)..Bs7.%fO....J
[00:00:08.550,109] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0140:  67 16 4e 2a d1 0b 0c b0 f1                       g.N*.....
[00:00:08.567,871] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1806: ECDH curve: secp256r1
[00:00:08.582,061] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813: value of 'ECDH: Qp(X)' (256 bits) is:
[00:00:08.597,564] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  a8 67 e8 2e da fb 52 f2 d2 c0 0b 95 fb 19 5b 42
[00:00:08.614,074] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  d9 92 26 69 00 5a 3a 07 44 2a ec 38 4d db 9c f5
[00:00:08.630,340] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813: value of 'ECDH: Qp(Y)' (252 bits) is:
[00:00:08.645,874] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  0b 59 78 af 68 82 f4 2d d9 ad e3 cc 56 2b 70 2c
[00:00:08.662,353] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  6f 37 7f 5f 3f c5 1e 2b b6 c0 b7 0a 5c 8f b7 05
[00:00:08.678,619] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: dumping 'signature' (256 bytes)
[00:00:08.693,664] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0000:  2c 9f 9a 8e 9e a8 14 09 a4 02 83 51 b7 b0 3c ea  ,..........Q..<.
[00:00:08.712,341] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0010:  79 2f e5 bc 92 b8 c1 af 3a c6 63 da 7a 76 13 16  y/......:.c.zv..
[00:00:08.731,018] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0020:  63 7c 05 90 dd 50 d3 56 ed 9a 19 38 84 de 63 d9  c|...P.V...8..c.
[00:00:08.749,664] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0030:  0c 7e 3b 3b db 6c 08 14 84 3d 46 fa f1 2e cd c7  .~;;.l...=F.....
[00:00:08.768,402] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0040:  46 1b df 2d db 8f 9d 4d a2 f2 bd 04 b1 a5 36 15  F..-...M......6.
[00:00:08.787,048] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0050:  11 dd b6 47 11 11 2d 22 63 cd 0b 11 ad b6 bf b4  ...G..-"c.......
[00:00:08.805,694] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0060:  62 a3 e0 69 eb de 14 2c 76 e7 29 6a 9b 88 09 e5  b..i...,v.)j....
[00:00:08.824,310] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0070:  68 f1 ed d9 83 db bc 71 38 76 bb e9 a0 4a e0 e8  h......q8v...J..
[00:00:08.842,956] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0080:  be 3c 29 a3 6a 15 ba 97 4f 54 ba 32 9e 64 a6 85  .<).j...OT.2.d..
[00:00:08.861,602] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0090:  7b 95 b8 e0 42 47 f7 f4 5a 6a c9 76 01 b8 5d 64  {...BG..Zj.v..]d
[00:00:08.880,249] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 00a0:  1b 1a 2a 92 64 f9 e9 19 9b 6c 60 cc 36 40 91 16  ..*.d....l`.6@..
[00:00:08.898,895] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 00b0:  2a 82 51 f6 f6 ba 3e 18 e6 9e 7a e3 a0 c0 da 89  *.Q...>...z.....
[00:00:08.917,541] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 00c0:  d6 60 4c cc d8 66 36 73 04 bb 35 8f b9 8a 00 29  .`L..f6s..5....)
[00:00:08.936,187] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 00d0:  56 ce 28 50 f6 29 2f 5c b8 1c 29 1c 71 2f 8e 13  V.(P.)/\..).q/..
[00:00:08.954,803] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 00e0:  29 72 fb 12 31 a2 ac f6 29 89 f3 42 73 37 aa 25  )r..1...)..Bs7.%
[00:00:08.973,449] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 00f0:  66 4f d6 15 bd c9 4a 67 16 4e 2a d1 0b 0c b0 f1  fO....Jg.N*.....
[00:00:08.991,790] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9303: Perform mbedtls-based computation of digest of ServerKeyExchange
[00:00:09.009,857] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2389: dumping 'parameters hash' (32 bytes)
[00:00:09.025,360] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2389: 0000:  c6 77 b2 b0 e8 b3 0f 3c 7b 98 a3 a9 20 65 8b bf  .w.....<{... e..
[00:00:09.044,006] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2389: 0010:  da 22 b3 38 d0 22 b5 3f d7 14 07 1e c3 df 12 be  .".8.".?........
[00:00:09.124,694] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2460: <= parse server key exchange
[00:00:09.139,404] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:09.152,221] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:09.165,069] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CERTIFICATE_REQUEST
[00:00:09.180,511] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2499: => parse certificate request
[00:00:09.195,983] <inf> modem: GNSS blocked by LTE activity
uart:~$ 00:00:09.195,220] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: => read record
[00:00:09.216,308] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:09.229,064] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:09.242,706] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:09.256,347] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:00:09.272,033] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:09.284,820] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = zu
[00:00:09.301,116] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: => fetch input
[00:00:09.313,873] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: zu, nb_want: zu
[00:00:09.327,575] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: zu, nb_want: zu
[00:00:09.341,247] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl->f_recv(_timeout)() returned 4 (-0xfffffffc)
[00:00:09.356,933] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: <= fetch input
[00:00:09.369,750] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = zu, type = 4, hslen = zu
[00:00:09.385,650] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: zu, 4..0 of zu
[00:00:09.400,451] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: <= read record
[00:00:09.413,238] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2525: got no certificate request
[00:00:09.427,520] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2661: <= parse certificate request
[00:00:09.442,230] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:09.455,047] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:09.467,864] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO_DONE
[00:00:09.483,123] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2672: => parse server hello done
[00:00:09.497,680] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: => read record
[00:00:09.510,406] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4366: reuse previously read message
[00:00:09.524,414] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: <= read record
[00:00:09.537,139] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2700: <= parse server hello done
[00:00:09.551,696] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:09.564,514] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:09.577,362] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_CERTIFICATE
[00:00:09.592,681] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7688: => write certificate
[00:00:09.605,926] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7699: <= skip write certificate
[00:00:09.619,598] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:09.632,415] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:09.645,233] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_KEY_EXCHANGE
[00:00:09.660,675] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2715: => write client key exchange
[00:00:09.708,068] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861: value of 'ECDH: Q(X)' (256 bits) is:
[00:00:09.723,571] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  fa 5e 59 a2 5e 88 a9 f1 79 b8 24 92 51 a0 16 78
[00:00:09.740,112] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  fb d4 94 4e 32 a3 e8 78 19 ab fd 95 8a f0 34 42
[00:00:09.756,378] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861: value of 'ECDH: Q(Y)' (255 bits) is:
[00:00:09.771,820] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  77 b4 2b da 69 3d e0 f1 57 55 da b5 32 55 17 5a
[00:00:09.788,299] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  f1 37 dc 3e 44 ea 47 1f d8 37 fc 96 f4 e9 58 a8
[00:00:09.836,029] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2889: value of 'ECDH: z' (256 bits) is:
[00:00:09.851,196] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2889:  83 ad 0e 98 3e 7c 9d b1 5f dc 01 ed af e6 b0 60
[00:00:09.867,675] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2889:  c4 51 aa 4d c8 3f 86 2b 19 ba b9 d5 01 39 8f 9b
[00:00:09.883,911] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2784: => write handshake message
[00:00:09.898,101] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2944: => write record
[00:00:09.910,980] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3028: output record: msgtype = 22, version = [3:3], msglen = zu
[00:00:09.927,185] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:09.940,032] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: zu, out_left: zu
[00:00:09.961,334] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl->f_send() returned 75 (-0xffffffb5)
[00:00:09.976,257] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: <= flush output
[00:00:09.989,044] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: <= write record
[00:00:10.001,861] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2905: <= write handshake message
[00:00:10.015,655] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3210: <= write client key exchange
[00:00:10.030,426] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: => flush output
[00:00:10.043,273] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: <= flush output
[00:00:10.056,121] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CERTIFICATE_VERIFY
[00:00:10.071,472] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3258: => write certificate verify
[00:00:10.086,120] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7302: => derive keys
[00:00:10.098,876] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7426: => calc verify
[00:00:10.112,426] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: dumping 'calculated verify result' (48 bytes)
[00:00:10.127,960] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: 0000:  76 ca d8 75 ac 2c b4 59 2a 33 c7 0f f4 3e 39 ff  v..u.,.Y*3...>9.
[00:00:10.145,874] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: 0010:  03 dd 78 6c 98 35 73 28 7a 4b 83 5a 6f af 9e 37  ..xl.5s(zK.Zo..7
[00:00:10.163,787] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: 0020:  12 f7 8d 31 07 85 0a 83 39 18 e4 b0 3e 1a ae 48  ...1....9...>..H
[00:00:10.181,365] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7445: <= calc verify
[00:00[00:00:10.196,258] <inf> modem: GNSS blocked by LTE activity
uart:~$ 335] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: dumping 'session hash for extended master secret' (48 bytes)
[00:00:10.219,573] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: 0000:  76 ca d8 75 ac 2c b4 59 2a 33 c7 0f f4 3e 39 ff  v..u.,.Y*3...>9.
[00:00:10.237,487] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: 0010:  03 dd 78 6c 98 35 73 28 7a 4b 83 5a 6f af 9e 37  ..xl.5s(zK.Zo..7
[00:00:10.255,401] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: 0020:  12 f7 8d 31 07 85 0a 83 39 18 e4 b0 3e 1a ae 48  ...1....9...>..H
[00:00:10.282,348] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7285: dumping 'premaster secret' (32 bytes)
[00:00:10.297,210] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7285: 0000:  83 ad 0e 98 3e 7c 9d b1 5f dc 01 ed af e6 b0 60  ....>|.._......`
[00:00:10.315,185] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7285: 0010:  c4 51 aa 4d c8 3f 86 2b 19 ba b9 d5 01 39 8f 9b  .Q.M.?.+.....9..
[00:00:10.372,680] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8840: ciphersuite = TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
[00:00:10.388,458] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: dumping 'master secret' (48 bytes)
[00:00:10.403,045] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: 0000:  69 24 b6 8b 70 14 ad b5 4d 3b 63 f8 67 79 e4 f0  i$..p...M;c.gy..
[00:00:10.420,989] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: 0010:  11 3f ac 7e 84 47 d7 a6 2d ae ed 8b 19 81 7a dd  .?.~.G..-.....z.
[00:00:10.438,873] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: 0020:  41 13 a6 d1 40 cc b1 8c 54 01 27 8d ca 69 16 c7  [email protected].'..i..
[00:00:10.456,512] <inf> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8962: keylen: 32, minlen: 24, ivlen: 12, maclen: 0
[00:00:10.472,381] <err> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9061: mbedtls_cipher_setkey() returned -24704 (-0x6080)
[00:00:10.488,311] <err> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7345: ssl_tls12_populate_transform() returned -24704 (-0x6080)
[00:00:10.504,852] <err> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3268: mbedtls_ssl_derive_keys() returned -24704 (-0x6080)
[00:00:10.521,606] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: <= handshake
[00:00:10.534,149] <err> net_sock_tls: TLS handshake error: -0x6080
[00:00:10.546,844] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6333: => write close notify
[00:00:10.560,211] <wrn> mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6344: <= write close notify
MQTT connect failed (-128)

2352.console_2.7.txt

4428.project_3.0.2.zip

7142.project_2.7.zip

Related