From 11ae4ed4bf1fc3bcacc6d9b92cb7f173b828983a Mon Sep 17 00:00:00 2001 From: Julius Goryavsky Date: Tue, 31 Jan 2023 09:25:06 +0100 Subject: MDEV-30452: ssl error: unexpected EOF while reading This commit contains a correction for a new behaviour was introduced in OpenSSL 3.x when a peer does not send close_notify before closing the connection - previously it was reported as an SSL_ERROR_SYSCALL error with a errno == 0, but now it is reported as SSL_ERROR_SSL with a special reason code. --- libmariadb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmariadb') diff --git a/libmariadb b/libmariadb index 12bd1d5511f..38ab85463c0 160000 --- a/libmariadb +++ b/libmariadb @@ -1 +1 @@ -Subproject commit 12bd1d5511fc2ff766ff6256c71b79a95739533f +Subproject commit 38ab85463c0088ba638ad333d0e0a068ff2a2c80 -- cgit v1.2.1