Test SSL_shutdown() with async writes
authorMatt Caswell <matt@openssl.org>
Mon, 31 Oct 2022 14:23:18 +0000 (14:23 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Nov 2022 09:14:49 +0000 (10:14 +0100)
commitcbf965b4f3ba8567624767239aebe4d04c62558a
tree0f0313559a9f8b204dceae0feb1471379588e1b8
parent732435026b0141063084fb68c076bc1c9fd9bee8
Test SSL_shutdown() with async writes

As well as SSL_shutdown() itself this excercises the async write paths
in ssl3_dispatch_alert().

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