summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/client/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix golden numbers after beck broke it months agotb2024-07-201-4/+1
| | | | (why is it always me who gets to clean up this shit?)
* Instead of unhooking libssl/client regress tests, flag them as expectedanton2024-04-221-1/+4
| | | | | | to fail. ok tb@
* Fix the client test and the tlsext test to work with randomizedtb2023-04-231-2/+2
| | | | | TLS extensions (this involves unrandomizing the extension order for the tests that rely on golden numbers.
* Revert accidental committb2021-08-301-2/+2
|
* link verify regress tests to buildtb2021-08-301-2/+2
|
* Add an initial TLS client regress, which currently covers ClientHellojsing2015-09-011-0/+9
message generation.