1 
2 /* wolfSSH */
3 #define WOLFSSL_PUBLIC_MP
4 
5 /* TLS1.3 */
6 #define WOLFSSL_TLS13
7 #define HAVE_TLS_EXTENSIONS
8 #define HAVE_SUPPORTED_CURVES
9 #define HAVE_FFDHE_2048
10 #define HAVE_THREAD_LS
11 
12 /* SP optimization */
13 #define WOLFSSL_HAVE_SP_RSA
14 #define WOLFSSL_HAVE_SP_DH
15 #define WOLFSSL_SP_4096
16 #define WOLFSSL_HAVE_SP_ECC
17 #define HAVE_ECC384
18 #define WOLFSSL_SP_384
19 
20 /* Hardening */
21 #define TFM_TIMING_RESISTANT
22 #define ECC_TIMING_RESISTANT
23 #define WC_RSA_BLINDING
24 
25 /* Default Cyphers */
26 #define HAVE_AESGCM
27 #define WOLFSSL_SHA512
28 #define WOLFSSL_SHA384
29 #define HAVE_HKDF
30 #define NO_DSA
31 #define HAVE_ECC
32 #define TFM_ECC256
33 #define ECC_SHAMIR
34 #define WC_RSA_PSS
35 #define WOLFSSL_BASE64_ENCODE
36 #define NO_RC4
37 #define NO_HC128
38 #define NO_RABBIT
39 #define WOLFSSL_SHA224
40 #define WOLFSSL_SHA3
41 #define WOLFSSL_SHAKE256
42 #define HAVE_POLY1305
43 #define HAVE_ONE_TIME_AUTH
44 #define HAVE_CHACHA
45 #define HAVE_HASHDRBG
46 #define HAVE_TLS_EXTENSIONS
47 #define HAVE_SUPPORTED_CURVES
48 #define HAVE_EXTENDED_MASTER
49 #define NO_RC4
50 #define HAVE_ENCRYPT_THEN_MAC
51 #define NO_PSK
52 #define NO_MD4
53 #define NO_PWDBASED
54 #define USE_FAST_MATH
55 #define WC_NO_ASYNC_THREADING
56 #define HAVE_DH_DEFAULT_PARAMS
57 #define NO_DES3
58 #define WOLFSSL_DH_CONST
59 
60 /* MQX */
61 #define FREESCALE_MQX
62 #define FREESCALE_NO_RNG
63 
64