kernel: bump 4.4 to 4.4.119
[openwrt/openwrt.git] / package / libs / wolfssl / Config.in
1 if PACKAGE_libwolfssl
2
3 config WOLFSSL_HAS_AES_CCM
4 bool "Include AES-CCM support"
5 default n
6
7 config WOLFSSL_HAS_AES_GCM
8 bool "Include AES-GCM support"
9 default n
10
11 config WOLFSSL_HAS_CHACHA
12 bool "Include ChaCha cipher suite support"
13 default n
14
15 config WOLFSSL_HAS_ECC
16 bool "Include ECC (Elliptic Curve Cryptography) support"
17 default y
18
19 config WOLFSSL_HAS_DH
20 bool "Include DH (Diffie-Hellman) support"
21 default n
22
23 config WOLFSSL_HAS_ARC4
24 bool "Include ARC4 support"
25 default n
26
27 config WOLFSSL_HAS_DES3
28 bool "Include DES3 (Tripple-DES) support"
29 default n
30
31 config WOLFSSL_HAS_PSK
32 bool "Include PKS (Pre Share Key) support"
33 default n
34
35 config WOLFSSL_HAS_DTLS
36 bool "Include DTLS support"
37 default n
38
39 config WOLFSSL_HAS_ECC25519
40 bool "Include ECC Curve 22519 support"
41 depends on WOLFSSL_HAS_ECC
42 default n
43
44 config WOLFSSL_HAS_POLY_1305
45 bool "Include Poly-1305 support"
46 default n
47
48 endif