History log of /openbsd-src/regress/lib/libtls/config/configtest.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 141c93e2 02-Aug-2024 tb <tb@openbsd.org>

Fix previous

Arguably the want_protocol entries in various of these tests are incorrect
but I'll leave that for another day.


# 0c5dcecc 02-Aug-2024 tb <tb@openbsd.org>

Adjust tls regress for protocol parsing fixes

This mostly reverts what was done by beck in Tallinn and adjust tlstest
to add new test cases and now failing connection tests.


# 5c389b79 02-Jul-2023 beck <beck@openbsd.org>

Remove the ability to do tls 1.0 and 1.1 from libtls.

With this change any requests from configurations to request
versions of tls before tls 1.2 will use tls 1.2. This prepares
us to deprecate tls

Remove the ability to do tls 1.0 and 1.1 from libtls.

With this change any requests from configurations to request
versions of tls before tls 1.2 will use tls 1.2. This prepares
us to deprecate tls 1.0 and tls 1.1 support from libssl.

ok tb@

show more ...


# 7bed9f40 20-Jan-2020 jsing <jsing@openbsd.org>

Update libtls config regress to include TLSv1.3.


# 40317078 09-Dec-2017 jsing <jsing@openbsd.org>

Add a regress test for tls_config_parse_protocols().