CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/19 01:29:08
Added files:
regress/lib/libssl/shutdown: Makefile shutdowntest.c
Log message:
Add regress test coverage for SSL_shutdown().
This tests and codifies the behaviour of SSL_shutdown() with respect to
SSL_quiet_shutdown() and SSL_set_shutdown(). For now, only the legacy stack
(TLSv1.2) is tested, as there are currently some subtle differences with
the TLSv1.3 stack.
