summaryrefslogtreecommitdiffstats
path: root/package/luaossl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/luaossl/Config.in')
-rw-r--r--package/luaossl/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/luaossl/Config.in b/package/luaossl/Config.in
new file mode 100644
index 0000000000..d8763e76a3
--- /dev/null
+++ b/package/luaossl/Config.in
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_LUAOSSL
+ bool "luaossl"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_OPENSSL
+ help
+ luaossl is a comprehensive binding to OpenSSL for Lua 5.1,
+ 5.2, and later.
+
+ It includes support for certificate and key management,
+ key generation, signature verification, and deep bindings
+ to the distinguished name, alternative name, and X.509v3
+ extension interfaces. It also binds OpenSSL's bignum, message
+ digest, HMAC, cipher, and CSPRNG interfaces.
+
+ http://25thandclement.com/~william/projects/luaossl.html
+
+comment "luaossl needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud