History log of /openbsd-src/regress/lib/libssl/unit/ssl_methods.c (Results 1 – 4 of 4)
Revision Date Author Comments
# f9365f9f 04-Apr-2021 tb <tb@openbsd.org>

Fix two copy paste errors in error messages


# 90a896e3 04-Apr-2021 tb <tb@openbsd.org>

Add tests for DTLSv1_2{,_client,_server}_method()


# 1396950d 01-Dec-2020 tb <tb@openbsd.org>

Extend the methods test to cover dtls methods as well


# 0ab157b8 01-Dec-2020 tb <tb@openbsd.org>

Add an ssl_methods() unit test that currently only covers the
behavior of SSL_is_server(). This would have caught the regression
introduced in the method unification.