QUIC err handling: Properly report network errors
authorTomas Mraz <tomas@openssl.org>
Fri, 26 May 2023 13:54:56 +0000 (15:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 7 Jul 2023 13:13:29 +0000 (15:13 +0200)
commit5c3474ea563ed95bb7c86c08867139613655276b
treeb85a2fd2bdbe7eebf00a5311b6acea26dd2c7a89
parent76696a5413db0a93e374f9f0f55e5694f93ecc0e
QUIC err handling: Properly report network errors

We return SSL_ERROR_SYSCALL when network error is encountered.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21087)
include/internal/quic_channel.h
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_impl.c
test/quicapitest.c