Don't raise an error on retryable read in a BIO_s_dgram_pair()
authorMatt Caswell <matt@openssl.org>
Thu, 1 Dec 2022 14:16:02 +0000 (14:16 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:33:24 +0000 (05:33 +0000)
commit3f968ecf479ed6ab8a2b25bd1077300baf2287a7
tree792969049c9d787fb363d5831221e0490aff986c
parent2f1d8f858decda2d604abf3347c8e17237f90387
Don't raise an error on retryable read in a BIO_s_dgram_pair()

This results in spurious errors appearing on the queue in normal
operation, e.g. calling SSL_tick() with a QUIC connection will succeed,
but an error will end up on the queue anyway.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20030)
crypto/bio/bss_dgram_pair.c