On Fri, Apr 03, 2020 at 10:40:24PM +0200, Thomas Klausner wrote:
> While fetching a distfile (using ftp(1)) I saw:
>
> => Fetching xscreensaver-5.44.tar.gz
> Requesting https://www.jwz.org/xscreensaver/xscreensaver-5.44.tar.gz
> 94%
> |*******************************************************************************************************
> | 24832 KiB 1.86 MiB/s 00:00 ETA
> 18446744073709551615:error:14095126:SSL routines:ssl3_read_n:unexpected eof
> while
> reading:/usr/src/crypto/external/bsd/openssl/dist/ssl/record/rec_layer_s3.c:303:
> 100%
> |**************************************************************************************************************|
> 26368 KiB 1.87 MiB/s 00:00 ETA
> 27001826 bytes retrieved in 00:13 (1.87 MiB/s)
>
> Should I worry?
Probably related to a bug in openssl 1.1.1e!?
Major changes between OpenSSL 1.1.1e and OpenSSL 1.1.1f [31 Mar 2020]
Revert the unexpected EOF reporting via SSL_ERROR_SSL
--
Herbert