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

Last change on this file since 389 was 389, 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: 759 bytes
Line 
1//#define DEBUG_WOLFSSL
2
3//#define HAVE_LIBZ スタックが多く必要
4#define HAVE_ECC
5#define HAVE_AESGCM
6//#define HAVE_FIPS
7// googleで必要
8#define HAVE_TLS_EXTENSIONS
9#define HAVE_SNI
10#define HAVE_SUPPORTED_CURVES
11// AzureのMQTToWSで必要、Open Weather Mapでは害
12//#define HAVE_SECURE_RENEGOTIATION
13//#define WOLFSSL_SECURE_RENEGOTIATION_ON_BY_DEFAULT
14
15#define ECC_TIMING_RESISTANT
16#define TFM_TIMING_RESISTANT
17
18#define WOLFSSL_RIPEMD
19#define WOLFSSL_SHA512
20#define WOLFSSL_SMALL_STACK
21// curlで使用している
22#define WOLFSSL_ALLOW_TLSV10
23
24#define WOLFSSL_CERT_EXT
25//#define OPENSSL_EXTRA GR-SAKURAでROMが足らなくなる
26
27#define WC_RSA_BLINDING
28
29#define SINGLE_THREADED
30
31#define CUSTOM_RAND_GENERATE_SEED custom_rand_generate_seed
Note: See TracBrowser for help on using the repository browser.