summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/tls/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the new certificates/chains in regress.jsing2024-03-201-4/+4
| | | | | | | | | | 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@
* Move TLS test code into a function that is called from main, making itjsing2017-05-061-3/+3
| | | | easier for new tests to be added.
* Add regress tests for libtls, which currently cover handshakes and closesjsing2017-01-121-0/+19
using callbacks, file descriptors and sockets.