File tree 2 files changed +7
-3
lines changed
boot/espressif/include/crypto_config
2 files changed +7
-3
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
+
138
+ // #define MBEDTLS_PLATFORM_MS_TIME_ALT
137
139
138
140
/**
139
141
* \def MBEDTLS_HAVE_TIME_DATE
154
156
* mbedtls_platform_gmtime_r() at compile-time by using the macro
155
157
* MBEDTLS_PLATFORM_GMTIME_R_ALT.
156
158
*/
157
- #define MBEDTLS_HAVE_TIME_DATE
159
+ // #define MBEDTLS_HAVE_TIME_DATE
158
160
159
161
/**
160
162
* \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
@@ -25,4 +27,4 @@ if (DEFINED CONFIG_ESP_USE_MBEDTLS)
25
27
endif ()
26
28
elseif (DEFINED CONFIG_ESP_USE_TINYCRYPT)
27
29
message (FATAL_ERROR "RSA signature verification using Tinycrypt lib is not supported" )
28
- endif ()
30
+ endif ()
You can’t perform that action at this time.
0 commit comments