You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Eneas U de Queiroz 2e8a4db9b6 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>
4 years ago
..
base-files base-files: convert leading spaces to tabs in functions.sh 4 years ago
boot uboot-sunxi: a64: allow booting directly from eMMC 4 years ago
devel strace: update to version 5.5 4 years ago
firmware linux-firmware: add firmware for RTL8723BS SDIO modules 4 years ago
kernel mac80211: realtek: add staging driver for RTL8723BS SDIO module 4 years ago
libs openssl: revert EOF detection change in 1.1.1 4 years ago
network netifd: fix compilation with musl 1.2.0 4 years ago
system rpcd: fix respawn settings 4 years ago
utils bcm27xx-userland: update to latest version 4 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago