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@ | ||||
* | Keep servertest silent and align with clienttest | tb | 2023-07-11 | 1 | -2/+3 |
| | |||||
* | Neuter expected server test failures with SSLv2 | tb | 2023-07-11 | 1 | -1/+6 |
| | | | | This test should either be extended or retired. As it is it is useless. | ||||
* | More %i vs %d cleanup | tb | 2022-06-10 | 1 | -2/+2 |
| | |||||
* | Switch to BIO_up_ref() instead of adjusting references manually. | tb | 2021-11-20 | 1 | -9/+3 |
| | |||||
* | Avoid NULL deref on BIO_new{_mem_buf,}() failure. | tb | 2021-01-22 | 1 | -4/+6 |
| | |||||
* | Update regress for method changes. | jsing | 2020-10-11 | 1 | -4/+4 |
| | |||||
* | Use tls_legacy_server_method() for SSLv2 record tests. | jsing | 2020-05-11 | 2 | -5/+7 |
| | |||||
* | Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 client | jsing | 2020-01-25 | 1 | -5/+10 |
| | | | | hello tests. | ||||
* | Add an initial regress test that covers the server-side of libssl, by | jsing | 2017-03-05 | 2 | -0/+218 |
providing SSL_accept() with fixed ClientHello messages. |