diff options
author | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2023-01-31 09:25:06 +0100 |
---|---|---|
committer | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2023-01-31 09:25:06 +0100 |
commit | 11ae4ed4bf1fc3bcacc6d9b92cb7f173b828983a (patch) | |
tree | 988a919f55b8a79176cc6c9a5f8dc834eed552e1 /libmariadb | |
parent | 45087dd0b349062d4924ef932696dc674f10c396 (diff) | |
download | mariadb-git-bb-10.10-release-ssl.tar.gz |
MDEV-30452: ssl error: unexpected EOF while readingbb-10.10-release-ssl
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.
Diffstat (limited to 'libmariadb')
m--------- | libmariadb | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libmariadb b/libmariadb -Subproject 12bd1d5511fc2ff766ff6256c71b79a95739533 +Subproject 38ab85463c0088ba638ad333d0e0a068ff2a2c8 |