Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-10 | luci-lib-nixio: always build without TLS support | Eneas U de Queiroz | |
The build system fails to set up the chosen TLS provider and always builds the package without TLS. While this could be easily fixed, the package would fail to build with axTLS and cyaSSL without further intervention. The version of axTLS included with the source is outdated, as is the API used with cyaSSL, now wolfSSL. OpenSSL support could be enabled, but the TLS code limits connections to TLS 1.0, deprecated by RFC 8996: "TLS 1.0 MUST NOT be used". Remove the provider configuration from build options, and always build the library without TLS. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> | |||
2018-09-27 | restored nixio tls providers | Sophana KOK | |
Signed-off-by: Sophana KOK <ml-github@worldspot.net> | |||
2017-06-13 | luci-lib-nixio: add license tag | Quirin Hofstaetter | |
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de> | |||
2015-01-08 | Rework LuCI build system | Jo-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> |