Renesas / SecureDweet
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers user_settings.h Source File

user_settings.h

00001     #define MBED
00002     #define WOLFSSL_CMSIS_RTOS    
00003     #define WOLFSSL_USER_IO
00004     #define NO_WRITEV
00005     #define NO_DEV_RANDOM
00006     #define HAVE_ECC
00007     #define HAVE_AESGCM
00008     
00009     //#define WOLFSSL_SHA384
00010     //#define WOLFSSL_SHA512
00011     //#define HAVE_CURVE25519
00012     //#define HAVE_ED25519   /* with HAVE_SHA512 */
00013     //#define HAVE_POLY1305
00014     //#define HAVE_CHACHA
00015     //#define HAVE_ONE_TIME_AUTH
00016     
00017     #define NO_SESSION_CACHE // For Small RAM
00018     //#define IGNORE_KEY_EXTENSIONS
00019     #define NO_WOLFSSL_DIR  
00020     //#define DEBUG_WOLFSSL
00021 
00022     //#define WOLFSSL_STATIC_RSA
00023     //#define HAVE_SUPPORTED_CURVES
00024     //#define HAVE_TLS_EXTENSIONS
00025     
00026     #define SIZEOF_LONG_LONG  8
00027     /* Options for Sample program */
00028     //#define WOLFSSL_NO_VERIFYSERVER
00029     //#define NO_FILESYSTEM
00030 //    #ifndef WOLFSSL_NO_VERIFYSERVER
00031 //        #define TIME_OVERRIDES
00032 //        #define XTIME time
00033 //        #define XGMTIME localtime
00034 //    #endif
00035