feat(ssl): Using WolfSSL as default

Add sdkconfig.defaults for example base on mbedTLS.
This commit is contained in:
Dong Heng
2018-11-06 15:13:48 +08:00
parent 9684c5095e
commit 5da37aa0a9
4 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,2 @@
CONFIG_SSL_USING_MBEDTLS=y