Test that a thread blocking in SSL_read_ex() will wake up on FIN
authorMatt Caswell <matt@openssl.org>
Fri, 18 Aug 2023 15:30:46 +0000 (16:30 +0100)
committerTomas Mraz <tomas@openssl.org>
Sun, 20 Aug 2023 11:28:33 +0000 (13:28 +0200)
commit0fa6612ed69411ddbfca9e7a2e28e263b7b6d346
tree9acc41bdbb5b476ed4bc36d6b3f20ef20496a039
parent72622c0b9637667cfef3692e5a63b90d637f0c72
Test that a thread blocking in SSL_read_ex() will wake up on FIN

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21780)
test/quicapitest.c