mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 20:38:29 +00:00
cyassl: make CyaSSL/WolfSSL more configurable
The default configuration might not be suitable for every use case. Add options to enable/disable additional options. Signed-off-by: Andreas Schultz <aschultz@tpip.net>
This commit is contained in:
parent
32f4777530
commit
b9e3e38e79
@ -3,15 +3,15 @@ menu "Configuration"
|
|||||||
|
|
||||||
config CYASSL_HAS_AES_CCM
|
config CYASSL_HAS_AES_CCM
|
||||||
bool "Include AES-CCM support"
|
bool "Include AES-CCM support"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config CYASSL_HAS_AES_GCM
|
config CYASSL_HAS_AES_GCM
|
||||||
bool "Include AES-GCM support"
|
bool "Include AES-GCM support"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config CYASSL_HAS_CHACHA
|
config CYASSL_HAS_CHACHA
|
||||||
bool "Include ChaCha cipher suite support"
|
bool "Include ChaCha cipher suite support"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config CYASSL_HAS_ECC
|
config CYASSL_HAS_ECC
|
||||||
bool "Include ECC (Elliptic Curve Cryptography) support"
|
bool "Include ECC (Elliptic Curve Cryptography) support"
|
||||||
@ -19,7 +19,7 @@ config CYASSL_HAS_ECC
|
|||||||
|
|
||||||
config CYASSL_HAS_DH
|
config CYASSL_HAS_DH
|
||||||
bool "Include DH (Diffie-Hellman) support"
|
bool "Include DH (Diffie-Hellman) support"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config CYASSL_HAS_ARC4
|
config CYASSL_HAS_ARC4
|
||||||
bool "Include ARC4 support"
|
bool "Include ARC4 support"
|
||||||
|
@ -28,6 +28,7 @@ define Package/libcyassl
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=CyaSSL library
|
TITLE:=CyaSSL library
|
||||||
URL:=http://www.wolfssl.com/
|
URL:=http://www.wolfssl.com/
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libcyassl/description
|
define Package/libcyassl/description
|
||||||
|
Loading…
Reference in New Issue
Block a user