samples: net: cloud: mqtt_azzure: Add missing mbed TLS configs
Due to the recent changes in mbed TLS area, and due to adding new certificates to the sample, the mbed TLS configuration has to be update to be able to support them all. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
0749043ff4
commit
3f9d21e721
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ CONFIG_MBEDTLS_ENABLE_HEAP=y
|
|||
CONFIG_MBEDTLS_HEAP_SIZE=100000
|
||||
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=10240
|
||||
CONFIG_MBEDTLS_PEM_CERTIFICATE_FORMAT=y
|
||||
CONFIG_MBEDTLS_SHA1=y
|
||||
CONFIG_MBEDTLS_SHA384=y
|
||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED=y
|
||||
CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y
|
||||
CONFIG_MBEDTLS_ECDH_C=y
|
||||
CONFIG_MBEDTLS_ECP_C=y
|
||||
|
||||
# Network configuration
|
||||
CONFIG_NET_CONFIG_SETTINGS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue