source: azure_iot_hub/trunk/wolfssl-3.15.7/user_settings.h@ 388

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

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