ThePassionate commented on code in PR #1998: URL: https://github.com/apache/nuttx-apps/pull/1998#discussion_r1306639191
########## crypto/mbedtls/Kconfig: ########## @@ -61,68 +63,64 @@ config MBEDTLS_ECP_RESTARTABLE config MBEDTLS_SELF_TEST bool "Enable the checkup functions (*_self_test)." - default y + default n config MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE bool "Enable server-side support for clients that reconnect from the same port." - default n + default y config MBEDTLS_BLOWFISH_C bool "Enable the Blowfish block cipher." - default n + default y config MBEDTLS_CAMELLIA_C bool "Enable the Camellia block cipher." - default n - -config MBEDTLS_CERTS_C Review Comment: MBEDTLS_CERTS_C has been removed in v3.4.0 mbedtls_config.h -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org