History log of /openbsd/regress/lib/libtls/tls/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 0ba45550 20-Mar-2024 jsing <jsing@openbsd.org>

Use the new certificates/chains in regress.

The new certificates are more representative of the real world. The old
certificates use weak algorithms and expire in the very near future. Most
of our r

Use the new certificates/chains in regress.

The new certificates are more representative of the real world. The old
certificates use weak algorithms and expire in the very near future. Most
of our regress has already been switched over, this changes the remainder.

Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry.

ok tb@

show more ...


# 5825962c 06-May-2017 jsing <jsing@openbsd.org>

Move TLS test code into a function that is called from main, making it
easier for new tests to be added.


# d7e18552 12-Jan-2017 jsing <jsing@openbsd.org>

Add regress tests for libtls, which currently cover handshakes and closes
using callbacks, file descriptors and sockets.