This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 7d6c529e88 sim/crypto: Use mbedtls default configuration without special check 7d6c529e88 is described below commit 7d6c529e888420f49a6e117d9a5fda33e37b5fee Author: makejian <makej...@xiaomi.com> AuthorDate: Tue Oct 17 14:54:33 2023 +0800 sim/crypto: Use mbedtls default configuration without special check depends on patch https://github.com/apache/nuttx-apps/pull/2131 Signed-off-by: makejian <makej...@xiaomi.com> --- boards/arm/cxd56xx/spresense/configs/lte/defconfig | 3 --- boards/sim/sim/sim/configs/crypto/defconfig | 4 ---- 2 files changed, 7 deletions(-) diff --git a/boards/arm/cxd56xx/spresense/configs/lte/defconfig b/boards/arm/cxd56xx/spresense/configs/lte/defconfig index b731d1cecc..9c9ce195b2 100644 --- a/boards/arm/cxd56xx/spresense/configs/lte/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/lte/defconfig @@ -48,9 +48,6 @@ CONFIG_INIT_ENTRYPOINT="spresense_main" CONFIG_INIT_STACKSIZE=3072 CONFIG_LTE_ALT1250=y CONFIG_LTE_LAPI=y -CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID=y -CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT=y -CONFIG_MBEDTLS_SSL_PROTO_DTLS=y CONFIG_MODEM=y CONFIG_MODEM_ALT1250=y CONFIG_MTD_BYTE_WRITE=y diff --git a/boards/sim/sim/sim/configs/crypto/defconfig b/boards/sim/sim/sim/configs/crypto/defconfig index ac3a871611..8efd95a706 100644 --- a/boards/sim/sim/sim/configs/crypto/defconfig +++ b/boards/sim/sim/sim/configs/crypto/defconfig @@ -56,10 +56,6 @@ CONFIG_MBEDTLS_MD5_ALT=y CONFIG_MBEDTLS_SHA1_ALT=y CONFIG_MBEDTLS_SHA256_ALT=y CONFIG_MBEDTLS_SHA512_ALT=y -CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID=y -CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT=y -CONFIG_MBEDTLS_SSL_PROTO_DTLS=y -CONFIG_MBEDTLS_X509_RSASSA_PSS_SUPPORT=y CONFIG_NSH_ARCHINIT=y CONFIG_NSH_ARCHROMFS=y CONFIG_NSH_BUILTIN_APPS=y