telemt/src/proxy
David Osipov 2cdcd62686
Add adversarial tests for client, handshake, masking, and relay modules
- Introduced `client_adversarial_tests.rs` to stress test connection limits and IP tracker race conditions.
- Added `handshake_adversarial_tests.rs` for mutational bit-flipping tests and timing neutrality checks.
- Created `masking_adversarial_tests.rs` to validate probing indistinguishability and SSRF prevention.
- Implemented `relay_adversarial_tests.rs` to ensure HOL blocking prevention and data quota enforcement.
- Updated respective modules to include new test paths.
2026-03-19 00:28:41 +04:00
..
client.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
client_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
client_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
direct_relay.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
direct_relay_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
handshake.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
handshake_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
handshake_gap_short_tls_probe_throttle_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
handshake_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
masking.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
masking_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
masking_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
middle_relay.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
middle_relay_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
mod.rs ME/DC Reroute + ME Upper-limit tuning 2026-03-09 00:53:47 +03:00
relay.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
relay_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 00:28:41 +04:00
relay_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00
route_mode.rs Refactor and enhance security in proxy and handshake modules 2026-03-18 01:40:38 +04:00
route_mode_security_tests.rs feat: enhance quota user lock management and testing 2026-03-18 23:55:08 +04:00