summaryrefslogtreecommitdiffhomepage
path: root/collections
AgeCommit message (Collapse)Author
2017-01-31luci-ssl-openssl: use OpenSSL for key generation, drop px5gHannu Nyman
Replace a dependency for px5g with openssl-util. Both LEDE and Openwrt have now uhttpd versions that can generate keys with OpenSSL cmd tools if px5g is not found. This change enables an "OpenSSL-only" version of LuCI without mbedTLS/PolarSSL. (Note: if px5g is found, uhttpd will prefer that.) Relevant commits in uhttpd: LEDE: https://github.com/lede-project/source/commit/3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9 https://github.com/lede-project/source/commit/82132540a3efbc98f8f4379b26d4b4541013e69d https://github.com/lede-project/source/commit/9097dc5ad844c336020be11085e1c8c80390ac9c Openwrt: https://github.com/openwrt/openwrt/commit/6ec32832d25335355d205c4601d4a8ca5dfd6808 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-09luci-ssl-openssl: update note about px5g's SSL library usageHannu Nyman
px5g still requires libmbedtls (in LEDE) or libpolarssl (in Openwrt). In LEDE it is also possible to replace px5g with openssl-util and achieve "openssl-only" build without libmbedtls, as uhttpd can also generate keys with openssl commandline tools if px5g is not present. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-12-22luci-ssl: depend on mbedtTLSJo-Philipp Wich
LEDE uses mbedTLS as default SSL provider now and PolarSSL becomes EOL at the end of 2016. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-03luci-ssl-openssl: Provide OpenSSL-based LuCI collectionHannu Nyman
Add a new OpenSSL-based collection that uses libustream-openssl instead of the default libustream-polarssl. (Note: px5g still needs libpolarssl, so both libs will be included) Mention PolarSSL in the title of luci-ssl. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-05-06collections/luci: depend on luci-proto-ipv6 if IPV6 is enabledJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10Modified dependenciesChristian Schoenebeck
Module luci-base - libubus-lua not needed Module luci-mod-admin - libubus-lua needed Collection luci - luci-lib-nixio not needed, already in luci-base Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>