History log of /openbsd-src/regress/lib/libssl/server/servertest.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 5c10583e 11-Jul-2023 tb <tb@openbsd.org>

Keep servertest silent and align with clienttest


# 0b5493cb 11-Jul-2023 tb <tb@openbsd.org>

Neuter expected server test failures with SSLv2

This test should either be extended or retired. As it is it is useless.


# c0a6a244 10-Jun-2022 tb <tb@openbsd.org>

More %i vs %d cleanup


# ef70a379 20-Nov-2021 tb <tb@openbsd.org>

Switch to BIO_up_ref() instead of adjusting references manually.


# bf3e9ddb 22-Jan-2021 tb <tb@openbsd.org>

Avoid NULL deref on BIO_new{_mem_buf,}() failure.


# df17eac1 11-Oct-2020 jsing <jsing@openbsd.org>

Update regress for method changes.


# 37720da1 11-May-2020 jsing <jsing@openbsd.org>

Use tls_legacy_server_method() for SSLv2 record tests.


# 4d444bd0 25-Jan-2020 jsing <jsing@openbsd.org>

Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 client
hello tests.


# d59bb994 05-Mar-2017 jsing <jsing@openbsd.org>

Add an initial regress test that covers the server-side of libssl, by
providing SSL_accept() with fixed ClientHello messages.