We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MBEDTLS_KEY_EXCHANGE_PSK
1 parent 719c64b commit b7d1ed2Copy full SHA for b7d1ed2
configs/defconfig.common
@@ -86,6 +86,11 @@ CONFIG_NEWLIB_NANO_FORMAT=y
86
87
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN=y
88
CONFIG_MBEDTLS_PSK_MODES=y
89
+CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
90
+# CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_PSK is not set
91
+# CONFIG_MBEDTLS_KEY_EXCHANGE_RSA_PSK is not set
92
+# CONFIG_MBEDTLS_KEY_EXCHANGE_RSA is not set
93
+# CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE is not set
94
# CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN is not set
95
96
CONFIG_OPENSSL_ASSERT_DO_NOTHING=y
0 commit comments