user_settings.h
1 #ifndef _VSARM_USER_SETTINGS_H_
2 #define _VSARM_USER_SETTINGS_H_
3 
4 /* Enables blinding mode, to prevent timing attacks */
5 #define WC_RSA_BLINDING
6 
7 #define WOLFSSL_SHA384
8 #define WOLFSSL_SHA512
9 #define NO_PSK
10 #define HAVE_EXTENDED_MASTER
11 #define HAVE_TLS_EXTENSIONS
12 #define HAVE_SUPPORTED_CURVES
13 #define HAVE_AESGCM
14 #define USE_FAST_MATH
15 #define TFM_TIMING_RESISTANT
16 #define ECC_TIMING_RESISTANT
17 #define NO_HC128
18 #define NO_RC4
19 #define NO_RABBIT
20 #define NO_DSA
21 #define NO_MD4
22 #define HAVE_ECC
23 #define HAVE_HASHDRBG
24 
25 
26 #endif /* _VSARM_USER_SETTINGS_H_ */