Skip to content

NICLA VISION TLS skip server certificate date check #859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading