openwrt/package
Eneas U de Queiroz eea3a9625c openssl: revert EOF detection change in 1.1.1
This adds patches to avoid possible application breakage caused by a
change in behavior introduced in 1.1.1e.  It affects at least nginx,
which logs error messages such as:
nginx[16652]: [crit] 16675#0: *358 SSL_read() failed (SSL: error:
4095126:SSL routines:ssl3_read_n:unexpected eof while reading) while
keepalive, client: xxxx, server: [::]:443

Openssl commits db943f4 (Detect EOF while reading in libssl), and
22623e0 (Teach more BIOs how to handle BIO_CTRL_EOF) changed the
behavior when encountering an EOF in SSL_read().  Previous behavior was
to return SSL_ERROR_SYSCALL, but errno would still be 0.  The commits
being reverted changed it to SSL_ERRO_SSL, and add an error to the
stack, which is correct.  Unfortunately this affects a number of
applications that counted on the old behavior, including nginx.

The reversion was discussed in openssl/openssl#11378, and implemented as
PR openssl/openssl#11400.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 2e8a4db9b6)
2020-03-29 18:46:51 +02:00
..
base-files OpenWrt v19.07.2: revert to branch defaults 2020-02-27 22:34:09 +01:00
boot uboot-envtools: ath79: add Netgear WNDR3700v2 2020-02-07 14:08:24 +01:00
devel strace: Fix build on PowerPC 2019-11-09 20:42:04 +01:00
firmware ath10k-firmware: Add kmod-ath10k-ct-smallbuffers to depends 2019-12-24 01:04:14 +01:00
kernel mac80211: Update to version 4.19.112 2020-03-29 18:27:49 +02:00
libs openssl: revert EOF detection change in 1.1.1 2020-03-29 18:46:51 +02:00
network dnsmasq: add 'scriptarp' option 2020-03-23 08:01:54 +01:00
system procd: turn error into debug message for missing ujail binary 2020-03-28 13:46:37 +01:00
utils adb: fix for SuperSpeed devices 2019-12-23 00:31:29 +01:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:22:37 +02:00