mirror of
https://github.com/openwrt/openwrt.git
synced 2026-04-29 14:45:06 +04:00
wolfssl: add certgen config option
The option allows to generate certificates. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
committed by
Daniel Golle
parent
9ee27c232e
commit
367c23740f
@@ -16,6 +16,10 @@ config WOLFSSL_HAS_ARC4
|
||||
bool "Include ARC4 support"
|
||||
default y
|
||||
|
||||
config WOLFSSL_HAS_CERTGEN
|
||||
bool "Include certificate generation support"
|
||||
default y
|
||||
|
||||
config WOLFSSL_HAS_TLSV10
|
||||
bool "Include TLS 1.0 support"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user