source: asp3_tinet_ecnl_rx/trunk/wolfssl-3.15.7/user_settings.h@ 373

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

wolfsslを3.15.7にバージョンアップ

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 508 bytes
Line 
1//#define DEBUG_WOLFSSL
2
3//#define HAVE_LIBZ スタックが多く必要
4#define HAVE_ECC
5#define HAVE_AESGCM
6//#define HAVE_FIPS
7#define HAVE_TLS_EXTENSIONS
8#define HAVE_SNI
9#define HAVE_SUPPORTED_CURVES
10
11#define ECC_TIMING_RESISTANT
12#define TFM_TIMING_RESISTANT
13
14#define WOLFSSL_RIPEMD
15#define WOLFSSL_SHA512
16#define WOLFSSL_SMALL_STACK
17// curlで使用している
18#define WOLFSSL_ALLOW_TLSV10
19
20#define WC_RSA_BLINDING
21
22#define SINGLE_THREADED
23
24#define CUSTOM_RAND_GENERATE_SEED custom_rand_generate_seed
Note: See TracBrowser for help on using the repository browser.