openwrt/package
Eneas U de Queiroz 2eeb2853ed openssl: optimizations based on ARCH/small flash
Add a patch to enable the option to change the default ciphersuite list
ordering to prefer ChaCha20 over AES-GCM.  This is used by default for
all platforms, except for x86_64 and aarch64. The assumption is that
only the latter have AES-specific CPU instructions and asm code that
uses them in openssl.  Chacha20Poly1305 is 3x faster than AES-256 in
systems without AES instructions, with an equivalent strength.

Disable error messages by default except for devices with small flash or
RAM, to aid debugging.

Disable ASM by default on arm platform with small flash.  Size
difference on mips and powerpc, the other platforms with small flash
devices, are not really relevant (using 100K as a threshold).  All of
the affected platforms are source-only anyway.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-02-12 22:24:09 +01:00
..
base-files base-files: fix ucert verification 2019-02-12 16:42:03 +01:00
boot uboot-omap: add 'rootwait' to the kernel cmdline 2019-01-31 14:07:00 +01:00
devel perf: replace libelf1 dependency with libelf 2019-01-24 12:56:11 +01:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-02-11 19:02:41 +01:00
kernel mac80211: brcmfmac: backport early changes queued for the Linux 5.1 2019-02-12 14:18:18 +01:00
libs openssl: optimizations based on ARCH/small flash 2019-02-12 22:24:09 +01:00
network hostapd: fix race condition in mesh new peer handling 2019-02-12 15:12:35 +01:00
system fwtool: add support for extracting the truncated data part to stdout 2019-02-12 16:41:38 +01:00
utils busybox: keep syslog.conf during sysupgrade 2019-01-30 12:30:03 +01:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00