immortalwrt/package/libs
Eneas U de Queiroz 03ceba473f openssl: configure engines with uci
This uses uci to configure engines, by generating a list of enabled
engines in /var/etc/ssl/engines.cnf from engines configured in
/etc/config/openssl:

    config engine 'devcrypto'
            option enabled '1'

Currently the only options implemented are 'enabled', which defaults to
true and enables the named engine, and the 'force' option, that enables
the engine even if the init script thinks the engine does not exist.

The existence test is to check for either a configuration file
/etc/ssl/engines.cnf.d/%ENGINE%.cnf, or a shared object file
/usr/lib/engines-1.1/%ENGINE%.so.

The engine list is generated by an init script which is set to run after
'log' because it informs the engines being enabled or skipped.  It
should run before any service using OpenSSL as the crypto library,
otherwise the service will not use any engine.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-02-24 11:36:11 +08:00
..
argp-standalone fix & merge 2019-09-30 13:21:19 +08:00
elfutils elfutils: Add missing musl-fts dependency 2022-01-08 19:29:12 +08:00
gettext fix permission 2019-09-30 14:27:46 +08:00
gettext-full gettext-full: disable parallel compilation 2021-08-09 12:13:14 +08:00
gmp gmp: update to 6.2.1 2021-02-15 12:13:58 +08:00
jansson jansson: Activate link time optimization (LTO) 2020-09-07 17:20:07 +08:00
libaudit libaudit: add host-build required by policycoreutils/host 2020-09-02 11:30:31 +08:00
libbsd libbsd: update to 0.10.0 2020-02-23 15:26:25 +08:00
libcap libcap: Update to version 2.63 2022-02-16 12:45:15 +08:00
libevent2 libevent2: update to 2.1.12 2021-02-15 12:14:40 +08:00
libiconv treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
libiconv-full libiconv-full: update to version 1.16 2020-11-28 19:05:28 +08:00
libjson-c libjson-c: remove old math patch 2021-08-31 18:27:15 +08:00
libmnl libmnl: update ABI version 2020-03-24 18:24:26 +08:00
libnetfilter-conntrack libnetfilter-conntrack: update to 1.0.8 2020-12-15 11:39:31 +08:00
libnfnetlink libnfnetlink: quote $(FPIC) on command line 2021-03-20 11:56:16 +08:00
libnftnl libnftnl: update to 1.2.0 2021-08-09 12:18:41 +08:00
libnl libnl: update to lastest version 2019-11-23 09:58:26 -08:00
libnl-tiny treewide: unmark selected packages nonshared 2021-07-03 17:22:14 +08:00
libpcap tcpdump: libpcap: Remove http://www.us.tcpdump.org mirror 2021-12-30 23:53:55 +08:00
libselinux libselinux: update to version 3.3 2021-11-06 00:34:13 +08:00
libsemanage libsemanage: update to version 3.3 2021-11-06 00:34:56 +08:00
libsepol libsepol: update to version 3.3 2021-11-06 00:34:06 +08:00
libtool treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
libubox libubox: update to 2021-05-16 2021-12-04 00:15:27 +08:00
libunwind libunwind: Add MIPS64 dep check 2021-03-02 12:04:21 +08:00
libusb libusb: Fix parsing of descriptors for multi-configuration devices 2021-02-22 12:02:39 +08:00
mbedtls mbedtls: Update to version 2.16.12 2022-02-16 12:41:49 +08:00
musl-fts musl-fts: import from packages feed 2020-08-13 22:08:36 +08:00
ncurses ncurses: add tmux terminfo 2021-10-26 23:41:40 +08:00
nettle nettle: update to 3.7.3 2021-08-09 12:19:35 +08:00
openssl openssl: configure engines with uci 2022-02-24 11:36:11 +08:00
pcre pcre: update to 8.45 2021-08-09 12:19:46 +08:00
popt treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
readline Revert "package: libs: ncurses/readline use PKG_ABI_VERSION" 2021-02-19 03:28:41 +08:00
sysfsutils treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
toolchain toolchain: remove uClibc install stuff 2020-12-23 11:36:16 +08:00
uclient uclient: update to Git version 2020-12-10 2020-12-15 11:33:42 +08:00
ustream-ssl ustream-ssl: variants conflict with each other 2021-06-22 15:36:02 +08:00
wolfssl wolfssl: update to 5.1.1-stable 2022-02-18 18:33:23 +08:00
zlib zlib: properly split patches 2021-02-25 12:01:45 +08:00