Closed aws_iot: failed! mbedtls_net_connect returned -0x52 on ESP-IDF#276 zafersnopened this issueFeb 15, 2019· 12 comments Assignees Labels area-mqttbug Comments zafersn Feb 15, 2019 • edited Hi. I've looked at questions like this, but it's not a solution for me. ...
I (31043) mbedtls: ssl_tls.c:2718 ssl->f_recv(_timeout)() returned 1353 (-0xfffffab7) I (31413) EVENT: MIN HEAP: 119424, CURRENT HEAP: 133232 W (36053) mbedtls: ssl_tls.c:5019 mbedtls_ssl_fetch_input() returned -76 (-0x004c) W (36063) mbedtls: ssl_tls.c:4338 ssl_get_n...
failf(data, "mbedtls_ssl_get_session returned -0x%x", -ret); return CURLE_SSL_CONNECT_ERROR; } /* If there's already a matching session in the cache, delete it */ Curl_ssl_sessionid_lock(data); if(!Curl_ssl_getsessionid(cf, data, &old_ssl_sessionid, NULL)) ...
…\mbedtls\library\ssl_tls.c:1722: mbedtls_cipher_auth_decrypt() returned -25344 (-0x6300) …\mbedtls\library\ssl_tls.c:3774: ssl_decrypt_buf() returned -29056 (-0x7180) …\mbedtls\library\ssl_tls.c:3834: mbedtls_ssl_read_record_layer() returned -29056 (-0x7180) …\mbedtls\librar...
mbedtls_printf( " ! mbedtls_ssl_write returned %d\n\n", err); return; } } len = err; mbedtls_printf( " %d bytes:\n%s\n--\n", len, (char *)buf ); // --- receive mbedtls_printf( "receiving"); len = sizeof( buf ) - 1; ...
printf( " failed\n ! mbedtls_x509_crt_parse returned -0x%x\n\n", -ret ); 4 } 5 mbedtls_ssl_conf_ca_chain( &conf, &cacert, NULL ); 6 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); For the call to mbedls_x509_crt_parse(), I have to pass a pointer to the ...
return( "SSL - Hardware acceleration function returned with error" ); case -(MBEDTLS_ERR_SSL_HW_ACCEL_FALLTHROUGH): return( "SSL - Hardware acceleration function skipped / left alone data" ); case -(MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION): return( "SSL - Handshake protocol n...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Microchip Curiosity PIC32MZ - FreeRTOS - LWIP - MBEDTLS - PIC32-FreeRTOS-LWIP-MBEDTLS/middleware/http/httpclient.c at 20177b8a76fe85f66dfd6829083190e6b42dcf24 · Wiz-IO/PIC32-FreeRTOS-LWIP-MBEDTLS
signature always used a salt with the same length as the hash, and returned an error if this was not possible. Now the salt size may be up to two bytes shorter. This allows the library to support all hash and signature sizes ...