summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/server/servertest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Keep servertest silent and align with clienttesttb2023-07-111-2/+3
|
* Neuter expected server test failures with SSLv2tb2023-07-111-1/+6
| | | | This test should either be extended or retired. As it is it is useless.
* More %i vs %d cleanuptb2022-06-101-2/+2
|
* Switch to BIO_up_ref() instead of adjusting references manually.tb2021-11-201-9/+3
|
* Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb2021-01-221-4/+6
|
* Update regress for method changes.jsing2020-10-111-4/+4
|
* Use tls_legacy_server_method() for SSLv2 record tests.jsing2020-05-111-3/+5
|
* Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 clientjsing2020-01-251-5/+10
| | | | hello tests.
* Add an initial regress test that covers the server-side of libssl, byjsing2017-03-051-0/+200
providing SSL_accept() with fixed ClientHello messages.