File tree Expand file tree Collapse file tree 6 files changed +2
-18
lines changed
Expand file tree Collapse file tree 6 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 3131// #define MBEDTLS_DEBUG_C
3232
3333// Set mbedtls configuration.
34+ #define MBEDTLS_HAVE_TIME
35+ #define MBEDTLS_HAVE_TIME_DATE
3436#define MBEDTLS_DEPRECATED_REMOVED
3537#define MBEDTLS_AES_ROM_TABLES
3638#define MBEDTLS_CIPHER_MODE_CBC
Original file line number Diff line number Diff line change 2626#ifndef MICROPY_INCLUDED_MBEDTLS_CONFIG_H
2727#define MICROPY_INCLUDED_MBEDTLS_CONFIG_H
2828
29- // Enable mbedtls modules.
30- #define MBEDTLS_HAVE_TIME
31- #define MBEDTLS_HAVE_TIME_DATE
32-
3329// Time hook.
3430#include <time.h>
3531extern time_t mimxrt_rtctime_seconds (time_t * timer );
Original file line number Diff line number Diff line change 2626#ifndef MICROPY_INCLUDED_MBEDTLS_CONFIG_H
2727#define MICROPY_INCLUDED_MBEDTLS_CONFIG_H
2828
29- // Enable mbedtls modules.
30- #define MBEDTLS_HAVE_TIME
31- #define MBEDTLS_HAVE_TIME_DATE
32-
3329// Time hook.
3430#include <time.h>
3531extern time_t ra_rtctime_seconds (time_t * timer );
Original file line number Diff line number Diff line change 3232
3333// Enable mbedtls modules
3434#define MBEDTLS_GCM_C
35- #define MBEDTLS_HAVE_TIME
36- #define MBEDTLS_HAVE_TIME_DATE
3735
3836// Time hook
3937#include <time.h>
Original file line number Diff line number Diff line change 2626#ifndef MICROPY_INCLUDED_MBEDTLS_CONFIG_H
2727#define MICROPY_INCLUDED_MBEDTLS_CONFIG_H
2828
29- // Enable mbedtls modules.
30- #define MBEDTLS_HAVE_TIME
31- #define MBEDTLS_HAVE_TIME_DATE
32-
3329// Time hook.
3430#include <time.h>
3531extern time_t stm32_rtctime_seconds (time_t * timer );
Original file line number Diff line number Diff line change 2929// Set mbedtls configuration
3030#define MBEDTLS_CIPHER_MODE_CTR // needed for MICROPY_PY_CRYPTOLIB_CTR
3131
32- // Cert time validation
33- #define MBEDTLS_HAVE_TIME
34- #define MBEDTLS_HAVE_TIME_DATE
35-
3632// Enable mbedtls modules
3733#define MBEDTLS_HAVEGE_C
3834#define MBEDTLS_TIMING_C
You can’t perform that action at this time.
0 commit comments