5e62da7f88
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
config BR2_PACKAGE_LUASEC
|
|
bool "luasec"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LUASOCKET
|
|
help
|
|
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
|
communication.
|
|
|
|
https://github.com/brunoos/luasec/wiki
|