Skip to content

Commit

Permalink
Merge pull request #859 from pennam/nvision-tls-fix
Browse files Browse the repository at this point in the history
NICLA VISION TLS skip server certificate date check
  • Loading branch information
pennam committed Apr 19, 2024
2 parents ffe6b03 + 89f1f03 commit 79d9a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variants/NICLA_VISION/conf/custom_mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void * tstDoTraceAndCalloc(
* mbedtls_platform_gmtime_r() at compile-time by using the macro
* MBEDTLS_PLATFORM_GMTIME_R_ALT.
*/
#define MBEDTLS_HAVE_TIME_DATE
//#define MBEDTLS_HAVE_TIME_DATE

/**
* \def MBEDTLS_PLATFORM_MEMORY
Expand Down Expand Up @@ -1163,7 +1163,7 @@ void * tstDoTraceAndCalloc(
*
* Enable functions that use the filesystem.
*/
#define MBEDTLS_FS_IO
//#define MBEDTLS_FS_IO

/**
* \def MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
Expand Down Expand Up @@ -2770,7 +2770,7 @@ void * tstDoTraceAndCalloc(
* on it, and considering stronger message digests instead.
*
*/
#define MBEDTLS_SHA1_C
//#define MBEDTLS_SHA1_C

/**
* \def MBEDTLS_SHA256_C
Expand Down

0 comments on commit 79d9a8d

Please sign in to comment.