File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
boot/espressif/include/crypto_config Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 133
133
*
134
134
* Comment if your system does not support time functions
135
135
*/
136
- #define MBEDTLS_HAVE_TIME
136
+ // #define MBEDTLS_HAVE_TIME
137
137
138
138
/**
139
139
* \def MBEDTLS_HAVE_TIME_DATE
154
154
* mbedtls_platform_gmtime_r() at compile-time by using the macro
155
155
* MBEDTLS_PLATFORM_GMTIME_R_ALT.
156
156
*/
157
- #define MBEDTLS_HAVE_TIME_DATE
157
+ // #define MBEDTLS_HAVE_TIME_DATE
158
158
159
159
/**
160
160
* \def MBEDTLS_PLATFORM_MEMORY
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ if (DEFINED CONFIG_ESP_USE_MBEDTLS)
14
14
${MBEDTLS_DIR} /library/sha256.c
15
15
${MBEDTLS_DIR} /library/rsa.c
16
16
${MBEDTLS_DIR} /library/bignum.c
17
+ ${MBEDTLS_DIR} /library/bignum_core.c
18
+ ${MBEDTLS_DIR} /library/constant_time.c
17
19
${MBEDTLS_DIR} /library/asn1parse.c
18
20
${MBEDTLS_DIR} /library/md.c
19
21
${MBEDTLS_DIR} /library/memory_buffer_alloc.c
You can’t perform that action at this time.
0 commit comments