Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new certificates/chains in regress. | jsing | 2024-03-20 | 1 | -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 it | jsing | 2017-05-06 | 1 | -3/+3 |
| | | | | easier for new tests to be added. | ||||
* | Add regress tests for libtls, which currently cover handshakes and closes | jsing | 2017-01-12 | 1 | -0/+19 |
using callbacks, file descriptors and sockets. |