Skip to content

Commit c580bee

Browse files
committed
Merge branch 'feature/ssl_send_data_fail' into 'master'
Feature/ssl send data fail See merge request sdk/ESP8266_NONOS_SDK!224
2 parents 590fd54 + ec4ab6c commit c580bee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ gitlab:
1919
driver : 5a2a54b4
2020
json : f55d5fee
2121
lwip : eaca5185
22-
mbedtls : 08957d11
22+
mbedtls : 82b93fe5

lib/libmbedtls.a

-3.8 KB
Binary file not shown.

third_party/include/mbedtls/config_esp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ int system_get_data_of_array_8(const unsigned char *array, int size);
10051005
*
10061006
* Comment this macro to disable 1/n-1 record splitting.
10071007
*/
1008-
#define MBEDTLS_SSL_CBC_RECORD_SPLITTING
1008+
//#define MBEDTLS_SSL_CBC_RECORD_SPLITTING
10091009

10101010
/**
10111011
* \def MBEDTLS_SSL_RENEGOTIATION
@@ -2482,7 +2482,7 @@ extern unsigned int max_content_len;
24822482
* Module: library/ssl_tls.c
24832483
* Caller:
24842484
*/
2485-
#define ESP8266_PLATFORM
2485+
//#define ESP8266_PLATFORM
24862486

24872487
/**
24882488
* Complete list of ciphersuites to use, in order of preference.

0 commit comments

Comments
 (0)