Skip to content

Commit e824a2b

Browse files
authored
Disable some mbedtls SSL protocols
1 parent b7d1ed2 commit e824a2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
9191
# CONFIG_MBEDTLS_KEY_EXCHANGE_RSA_PSK is not set
9292
# CONFIG_MBEDTLS_KEY_EXCHANGE_RSA is not set
9393
# CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE is not set
94+
# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set
95+
# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set
96+
# CONFIG_MBEDTLS_SSL_ALPN is not set
9497
# CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN is not set
9598

9699
CONFIG_OPENSSL_ASSERT_DO_NOTHING=y

0 commit comments

Comments
 (0)