dropbear/test
Matt Johnston c7b7c9a99d Add re-exec for server
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.
2022-01-30 10:14:56 +08:00
..
conftest.py
Makefile.in Add "make test" target to run pytest 2021-10-18 14:24:32 +08:00
parent_dropbear_map.py Add re-exec for server 2022-01-30 10:14:56 +08:00
requirements.txt Add re-exec for server 2022-01-30 10:14:56 +08:00
test_aslr.py Add re-exec for server 2022-01-30 10:14:56 +08:00
test_channels.py
test_dropbear.py Debug pytest password auth failing 2021-10-19 13:30:58 +08:00