Commit 20ffbe1a authored by Carlosgg's avatar Carlosgg Committed by Damien George

unix/mbedtls: Enable mbedtls cert time validation.

To match other ports.
Signed-off-by: default avatarCarlos Gil <carlosgilglez@gmail.com>
parent ad806df8
......@@ -29,6 +29,10 @@
// Set mbedtls configuration
#define MBEDTLS_CIPHER_MODE_CTR // needed for MICROPY_PY_CRYPTOLIB_CTR
// Cert time validation
#define MBEDTLS_HAVE_TIME
#define MBEDTLS_HAVE_TIME_DATE
// Enable mbedtls modules
#define MBEDTLS_HAVEGE_C
#define MBEDTLS_TIMING_C
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment