immortalwrt/package/libs/wolfssl
Eneas U de Queiroz 571c1d4062
wolfssl: add libwolfssl-cpu-crypto package
libwolfssl-cpu-crypto is a variant of libwolfssl with support for
cryptographic CPU instructions on x86_64 and aarch64.

On aarch64, wolfSSL does not perform run-time detection, so the library
will crash when the AES functions are called.  A preinst script attempts
to check for support by querying /proc/cpuinfo, if installed in a
running system.  When building an image, the script will check the
DISTRIB_TARGET value in /etc/openwrt_release, and will abort
installation if target is bcm27xx.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit c3e7d86d2b)
2022-09-18 11:55:10 +08:00
..
patches wolfssl: re-enable AES-NI by default for x86_64 2022-07-08 12:46:22 +08:00
Config.in wolfssl: add libwolfssl-cpu-crypto package 2022-09-18 11:55:10 +08:00
Makefile wolfssl: add libwolfssl-cpu-crypto package 2022-09-18 11:55:10 +08:00
preinst.arm-ce wolfssl: add libwolfssl-cpu-crypto package 2022-09-18 11:55:10 +08:00