user_settings.h
1 #ifndef WOLFSSL_CSBENCH_H
2 #define WOLFSSL_CSBENCH_H
3 
4 /* wolfSSL settings */
5 #define WOLFCRYPT_ONLY
6 #define USE_FAST_MATH
7 #define TFM_TIMING_RESISTANT
8 #define WC_RSA_BLINDING
9 
10 #define SINGLE_THREADED
11 #define HAVE_AESGCM
12 #define NO_ASN_TIME
13 
14 #define HAVE_ECC
15 #define ECC_TIMING_RESISTANT
16 #define WOLFSSL_NUCLEUS
17 
18 /* wolfSSH settings */
19 #define WOLFSSH_SFTP
20 //#define DEBUG_WOLFSSH
21 
22 #endif