Ned Konz
42d1a1635c
stm32/mbedtls: Fix compile warning about uninitialized val.
2021-08-10 23:43:25 +10:00
Thorsten von Eicken
5264478007
extmod/modussl_mbedtls: Integrate shorter error strings.
...
The stm32 and esp32 ports now use shorter error strings for mbedtls errors.
Also, MBEDTLS_ERROR_C is enabled on stm32 by default to get these strings.
2020-07-21 00:31:05 +10:00
Jim Mussared
90f286465b
stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB.
...
To reduce the size of the SSL context on the heap. See issue #5303 .
2019-12-21 00:02:24 +11:00
Damien George
fed4c23590
stm32: Integrate optional mbedTLS component for ussl module.
...
To use it a board should define MICROPY_PY_USSL=1 and MICROPY_SSL_MBEDTLS=1
at the Makefile level. With the provided configuration it adds about 64k
to the build.
2019-06-05 15:37:31 +10:00