On 19.10.20 14:50, Cristian Rodríguez wrote:
On Mon, Oct 19, 2020 at 7:20 AM Sebastian Parschauer <s.parschauer@gmx.de> wrote:
The libcurl fix removes two superfluous SSL_shutdown() calls as it tries to close the connection three times. Not sure if this is still an issue as I only use http repos and wget instead of curl as a workaroun
Right off the bat, let me say your analysis is correct and this is one of the common misuses of all the crypto libraries, most commonly found with openssl. Now ..I have SEEN this bugs in code..several times.. but NEVER practically experienced any ill effects. do you have anything special in your network or kernel configuration that makes you experience practical ill effects ?
Thanks for confirming that I'm not crazy. ;-) I have a vanilla Leap distro - only one SSL fix package for osc. Kernel boot options "usbcore.autosuspend=-1 nosmt=force". USB autosuspend suspended an external USB HDD with mounted volumes. So I rather keep that one off. "nosmt=force" is a precaution due to Intel CPU design flaws. Got a Dell Latitude 5491 with the Dell WD15 USB-C dock. 1.5m CAT5e LAN cable to a Netgear router and from there to cable modem 0.5m CAT5e cable. I had similar issues with a Lenovo Thinkpad X250. It is rather the network setup than the CPU/kernel setup. Maybe I need a 100m LAN cable to modify latencies. ;-) Cheers, Sebastian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org