Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79d9a8d

Browse files
authored
Merge pull request#859 from pennam/nvision-tls-fix
NICLA VISION TLS skip server certificate date check
2 parentsffe6b03 +89f1f03 commit79d9a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎variants/NICLA_VISION/conf/custom_mbedtls_config.h‎

Lines changed: 3 additions & 3 deletions
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-
#defineMBEDTLS_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-
#defineMBEDTLS_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-
#defineMBEDTLS_SHA1_C
2773+
//#define MBEDTLS_SHA1_C
27742774

27752775
/**
27762776
* \def MBEDTLS_SHA256_C

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp