Skip to content

Commit df9b59d

Browse files
committed
nrf_security: disable CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION by default
It used to be enabled by default, and could result in check_config.h errors from Mbed TLS due to missing prerequisites. It doesn't seem to be serving any purpose so let's just stop enabling it by default. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 079b52f commit df9b59d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

subsys/nrf_security/Kconfig.tls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ config MBEDTLS_SSL_ALL_ALERT_MESSAGES
241241

242242
config MBEDTLS_SSL_CONTEXT_SERIALIZATION
243243
bool "Serialization of TLS context structures"
244-
default y
245244
help
246245
This setting enables serialization of TLS structures, through use of
247246
the mbedtls_ssl_context_save() and mbedtls_ssl_context_load().

0 commit comments

Comments
 (0)