mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-04 04:25:41 +08:00
Merge branch 'feature/using_wolfssl_as_default' into 'master'
Using WolfSSL as default See merge request sdk/ESP8266_RTOS_SDK!607
This commit is contained in:
@ -2,7 +2,7 @@ menu "SSL"
|
||||
|
||||
choice SSL_LIBRARY_CHOOSE
|
||||
prompt "Choose SSL/TLS library"
|
||||
default SSL_USING_MBEDTLS
|
||||
default SSL_USING_WOLFSSL
|
||||
help
|
||||
Choose the SSL/TLS library which you want to use.
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Enable AWS IoT SDK support
|
||||
CONFIG_AWS_IOT_SDK=y
|
||||
|
||||
CONFIG_SSL_USING_MBEDTLS=y
|
||||
|
||||
CONFIG_MBEDTLS_SSL_ALPN=y
|
||||
|
||||
# Enable FATFS read only with long filename support
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Enable AWS IoT SDK support
|
||||
CONFIG_AWS_IOT_SDK=y
|
||||
|
||||
CONFIG_SSL_USING_MBEDTLS=y
|
||||
|
||||
CONFIG_MBEDTLS_SSL_ALPN=y
|
||||
|
||||
# Enable FATFS read only with long filename support
|
||||
|
2
examples/protocols/https_mbedtls/sdkconfig.defaults
Normal file
2
examples/protocols/https_mbedtls/sdkconfig.defaults
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_SSL_USING_MBEDTLS=y
|
||||
|
Reference in New Issue
Block a user