source: asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/user_settings.h@ 367

Last change on this file since 367 was 367, checked in by coas-nagasima, 5 years ago

スタックサイズを調整

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 420 bytes
RevLine 
[352]1//#define DEBUG_WOLFSSL
2
[364]3#define HAVE_LIBZ
[352]4#define HAVE_ECC
[364]5#define HAVE_AESGCM
[352]6//#define HAVE_FIPS
[367]7#define HAVE_TLS_EXTENSIONS
[364]8#define HAVE_SNI
9#define HAVE_SUPPORTED_CURVES
[352]10
11#define ECC_TIMING_RESISTANT
12#define TFM_TIMING_RESISTANT
13
14#define WOLFSSL_RIPEMD
15#define WOLFSSL_SHA512
[367]16#define WOLFSSL_SMALL_STACK
[352]17
18#define WC_RSA_BLINDING
19
20#define SINGLE_THREADED
21
22#define CUSTOM_RAND_GENERATE_SEED custom_rand_generate_seed
Note: See TracBrowser for help on using the repository browser.