diff options
author | jsing <> | 2024-01-30 14:46:46 +0000 |
---|---|---|
committer | jsing <> | 2024-01-30 14:46:46 +0000 |
commit | 3339ea5d77ded48e0e41a12720882846912c2306 (patch) | |
tree | 5a80f006dd1186e196c14e6a59f87e3b8f50ccbc /src/lib | |
parent | 30d39d87f7d79b965a5739bbd0f60511c67b140f (diff) | |
download | openbsd-3339ea5d77ded48e0e41a12720882846912c2306.tar.gz openbsd-3339ea5d77ded48e0e41a12720882846912c2306.tar.bz2 openbsd-3339ea5d77ded48e0e41a12720882846912c2306.zip |
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 'src/lib')
0 files changed, 0 insertions, 0 deletions