diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2024-01-30 14:46:47 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2024-01-30 14:46:47 +0000 |
commit | 4581556e5a9f72eb5c1a9358bd442e2eec889497 (patch) | |
tree | 96cc8f7614f8d3db930fcae410a4154193202f33 /lib | |
parent | 6bef98651467f4d46de1db4c78a8dba76de62e7d (diff) |
Add a shutdown sequence regress test.
Some software relies on SSL_shutdown() returning 0 (indicating close-notify
sent) before returning 1 on a subsequent call (indicating close-notify sent
and received). It is worth noting that there is no guarantee that this will
occur in normal operation, as the peer could send a close-notify prior to
SSL_shutdown() being called.
This is currently failing for TLSv1.3.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions