Damien George
b5449b0f09
extmod/mbedtls: Enable certificate time/date validation by default.
...
All ports using this common configuration already enable time/date
validation, so this commit is a no-op change.
Signed-off-by: Damien George <damien@micropython.org>
2023-12-01 15:08:11 +11:00
Carlosgg
20ffbe1a41
unix/mbedtls: Enable mbedtls cert time validation.
...
To match other ports.
Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
2023-12-01 15:08:11 +11:00
Jim Mussared
f5f9edf645
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
...
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:11 +10:00
Damien George
9347545f9e
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>
2022-10-22 19:06:21 +11:00
Damien George
b337678964
extmod/mbedtls: Add common configuration file, and use it in all ports.
...
This is a no-op change.
Signed-off-by: Damien George <damien@micropython.org>
2022-10-22 19:06:21 +11:00
Damien George
26dec1fafb
unix/mbedtls: Add custom config for mbedtls.
...
Based on existing bare-metal config from stm32. Also uses shorter error
messages from lib/mbedtls_errors.
Signed-off-by: Damien George <damien@micropython.org>
2022-07-18 22:42:51 +10:00