summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/mbedtls/mbedtls_config.h
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-10-05 10:48:31 +1100
committerDamien George <damien@micropython.org>2022-10-22 19:06:21 +1100
commit9347545f9ee66210a835cb2f1e9860949feb139f (patch)
tree6f18e96a475a4bf308c9214552b7ec26f832ae3a /ports/stm32/mbedtls/mbedtls_config.h
parentb33767896430a36f163c0f9bb7020e688ccb9c5b (diff)
downloadmicropython-9347545f9ee66210a835cb2f1e9860949feb139f.tar.gz
micropython-9347545f9ee66210a835cb2f1e9860949feb139f.zip
extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE.
This was already enabled on all ports except mimxrt. Now it's enabled on all of them. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/stm32/mbedtls/mbedtls_config.h')
-rw-r--r--ports/stm32/mbedtls/mbedtls_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/mbedtls/mbedtls_config.h b/ports/stm32/mbedtls/mbedtls_config.h
index b8548866f1..cc71aa7ec1 100644
--- a/ports/stm32/mbedtls/mbedtls_config.h
+++ b/ports/stm32/mbedtls/mbedtls_config.h
@@ -28,7 +28,6 @@
// Enable mbedtls modules
// #define MBEDTLS_ECP_C
-#define MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE
// Set MicroPython-specific options.
#define MICROPY_MBEDTLS_CONFIG_BARE_METAL (1)