File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ conf unset MBEDTLS_NET_C
30
30
conf unset MBEDTLS_TIMING_C
31
31
32
32
# not supported on all targets with mbed OS, nor used by mbed Client
33
+ conf unset MBEDTLS_HAVE_TIME_DATE
33
34
conf unset MBEDTLS_FS_IO
35
+ conf set MBEDTLS_NO_PLATFORM_ENTROPY
34
36
35
37
conf unset MBEDTLS_CIPHER_MODE_CFB
36
38
conf unset MBEDTLS_CIPHER_MODE_CTR
Original file line number Diff line number Diff line change 85
85
*
86
86
* Comment if your system does not have a correct clock.
87
87
*/
88
- #define MBEDTLS_HAVE_TIME_DATE
88
+ // #define MBEDTLS_HAVE_TIME_DATE
89
89
90
90
/**
91
91
* \def MBEDTLS_PLATFORM_MEMORY
781
781
*
782
782
* Uncomment this macro to disable the built-in platform entropy functions.
783
783
*/
784
- // #define MBEDTLS_NO_PLATFORM_ENTROPY
784
+ #define MBEDTLS_NO_PLATFORM_ENTROPY
785
785
786
786
/**
787
787
* \def MBEDTLS_ENTROPY_FORCE_SHA256
2513
2513
/* X509 options */
2514
2514
//#define MBEDTLS_X509_MAX_INTERMEDIATE_CA 8 /**< Maximum number of intermediate CAs in a verification chain. */
2515
2515
2516
- /* \} name SECTION: Module configuration options */
2517
-
2518
- #if defined(TARGET_LIKE_MBED )
2519
- #include "mbedtls/target_config.h"
2520
- #endif
2516
+ /* \} name SECTION: Customisation configuration options */
2521
2517
2522
2518
/*
2523
2519
* Allow user to override any previous default.
You can’t perform that action at this time.
0 commit comments