Skip to content
Unverified Commit 88b90885 authored by Eneas U de Queiroz's avatar Eneas U de Queiroz
Browse files

luci-lib-nixio: always build without TLS support



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: default avatarEneas U de Queiroz <cotequeiroz@gmail.com>
parent 1a3a1c65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment