summaryrefslogtreecommitdiff
path: root/test/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add re-exec for serverMatt Johnston2022-01-301-0/+1
| | | | | | | | | | | | This allows ASLR to re-randomize the address space for every connection, preventing some vulnerabilities from being exploitable by repeated probing. Overhead (memory and time) is yet to be confirmed. At present this is only enabled on Linux. Other BSD platforms with fexecve() would probably also work though have not been tested.
* Add first channel testsMatt Johnston2021-10-181-0/+8
These initial tests are checking various edge cases of channel handling that have cropped up over the years.