wolfssl: add certgen config option
The option allows to generate certificates. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
9ee27c232e
commit
367c23740f
@ -16,6 +16,10 @@ config WOLFSSL_HAS_ARC4
|
|||||||
bool "Include ARC4 support"
|
bool "Include ARC4 support"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config WOLFSSL_HAS_CERTGEN
|
||||||
|
bool "Include certificate generation support"
|
||||||
|
default y
|
||||||
|
|
||||||
config WOLFSSL_HAS_TLSV10
|
config WOLFSSL_HAS_TLSV10
|
||||||
bool "Include TLS 1.0 support"
|
bool "Include TLS 1.0 support"
|
||||||
default y
|
default y
|
||||||
|
@ -31,7 +31,7 @@ PKG_CONFIG_DEPENDS:=\
|
|||||||
CONFIG_WOLFSSL_HAS_DH CONFIG_WOLFSSL_HAS_DTLS \
|
CONFIG_WOLFSSL_HAS_DH CONFIG_WOLFSSL_HAS_DTLS \
|
||||||
CONFIG_WOLFSSL_HAS_ECC25519 CONFIG_WOLFSSL_HAS_OCSP \
|
CONFIG_WOLFSSL_HAS_ECC25519 CONFIG_WOLFSSL_HAS_OCSP \
|
||||||
CONFIG_WOLFSSL_HAS_SESSION_TICKET CONFIG_WOLFSSL_HAS_TLSV10 \
|
CONFIG_WOLFSSL_HAS_SESSION_TICKET CONFIG_WOLFSSL_HAS_TLSV10 \
|
||||||
CONFIG_WOLFSSL_HAS_TLSV13 CONFIG_WOLFSSL_HAS_WPAS
|
CONFIG_WOLFSSL_HAS_TLSV13 CONFIG_WOLFSSL_HAS_WPAS CONFIG_WOLFSSL_HAS_CERTGEN
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -67,6 +67,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-jobserver \
|
--disable-jobserver \
|
||||||
--$(if $(CONFIG_IPV6),enable,disable)-ipv6 \
|
--$(if $(CONFIG_IPV6),enable,disable)-ipv6 \
|
||||||
--$(if $(CONFIG_WOLFSSL_HAS_AES_CCM),enable,disable)-aesccm \
|
--$(if $(CONFIG_WOLFSSL_HAS_AES_CCM),enable,disable)-aesccm \
|
||||||
|
--$(if $(CONFIG_WOLFSSL_HAS_CERTGEN),enable,disable)-certgen \
|
||||||
--$(if $(CONFIG_WOLFSSL_HAS_CHACHA_POLY),enable,disable)-chacha \
|
--$(if $(CONFIG_WOLFSSL_HAS_CHACHA_POLY),enable,disable)-chacha \
|
||||||
--$(if $(CONFIG_WOLFSSL_HAS_CHACHA_POLY),enable,disable)-poly1305 \
|
--$(if $(CONFIG_WOLFSSL_HAS_CHACHA_POLY),enable,disable)-poly1305 \
|
||||||
--$(if $(CONFIG_WOLFSSL_HAS_DH),enable,disable)-dh \
|
--$(if $(CONFIG_WOLFSSL_HAS_DH),enable,disable)-dh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user