Skip to content

Commit 79d9a8d

Browse files
authored
Merge pull request #859 from pennam/nvision-tls-fix
NICLA VISION TLS skip server certificate date check
2 parents ffe6b03 + 89f1f03 commit 79d9a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/NICLA_VISION/conf/custom_mbedtls_config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void * tstDoTraceAndCalloc(
186186
* mbedtls_platform_gmtime_r() at compile-time by using the macro
187187
* MBEDTLS_PLATFORM_GMTIME_R_ALT.
188188
*/
189-
#define MBEDTLS_HAVE_TIME_DATE
189+
//#define MBEDTLS_HAVE_TIME_DATE
190190

191191
/**
192192
* \def MBEDTLS_PLATFORM_MEMORY
@@ -1163,7 +1163,7 @@ void * tstDoTraceAndCalloc(
11631163
*
11641164
* Enable functions that use the filesystem.
11651165
*/
1166-
#define MBEDTLS_FS_IO
1166+
//#define MBEDTLS_FS_IO
11671167

11681168
/**
11691169
* \def MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
@@ -2770,7 +2770,7 @@ void * tstDoTraceAndCalloc(
27702770
* on it, and considering stronger message digests instead.
27712771
*
27722772
*/
2773-
#define MBEDTLS_SHA1_C
2773+
//#define MBEDTLS_SHA1_C
27742774

27752775
/**
27762776
* \def MBEDTLS_SHA256_C

0 commit comments

Comments
 (0)