Skip to content

Commit 9473d4a

Browse files
committed
Merge branch 'feature/support_ssl_cipher_suite' into 'master'
Feature/support ssl cipher suite See merge request sdk/ESP8266_NONOS_SDK!218
2 parents 214129b + ed302d1 commit 9473d4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 : 6775af13
22+
mbedtls : 08957d11

lib/libmbedtls.a

32.8 KB
Binary file not shown.

third_party/include/mbedtls/config_esp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ int system_get_data_of_array_8(const unsigned char *array, int size);
598598
* MBEDTLS_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
599599
* MBEDTLS_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
600600
*/
601-
//#define MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
601+
#define MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED
602602

603603
/**
604604
* \def MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
@@ -1061,7 +1061,7 @@ int system_get_data_of_array_8(const unsigned char *array, int size);
10611061
*
10621062
* Comment this macro to disable support for SSL 3.0
10631063
*/
1064-
//#define MBEDTLS_SSL_PROTO_SSL3
1064+
#define MBEDTLS_SSL_PROTO_SSL3
10651065

10661066
/**
10671067
* \def MBEDTLS_SSL_PROTO_TLS1
@@ -1687,7 +1687,7 @@ int system_get_data_of_array_8(const unsigned char *array, int size);
16871687
* This module is used by the following key exchanges:
16881688
* DHE-RSA, DHE-PSK
16891689
*/
1690-
//#define MBEDTLS_DHM_C
1690+
#define MBEDTLS_DHM_C
16911691

16921692
/**
16931693
* \def MBEDTLS_ECDH_C

0 commit comments

Comments
 (0)