telemt/src/proxy
David Osipov 512bee6a8d
Add security tests for middle relay idle policy and enhance stats tracking
- Introduced a new test module for middle relay idle policy security tests, covering various scenarios including soft mark, hard close, and grace periods.
- Implemented functions to create crypto readers and encrypt data for testing.
- Enhanced the Stats struct to include counters for relay idle soft marks, hard closes, pressure evictions, and protocol desync closes.
- Added corresponding increment and retrieval methods for the new stats fields.
2026-03-20 16:43:50 +04:00
..
adaptive_buffers.rs Adaptive Buffers + Session Eviction Method 2026-03-18 10:49:02 +03:00
client.rs Integration hardening: reconcile main+flow-sec API drift and restore green suite 2026-03-19 20:24:44 +04:00
client_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 17:31:19 +04:00
client_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 17:31:19 +04:00
direct_relay.rs Integration hardening: reconcile main+flow-sec API drift and restore green suite 2026-03-19 20:24:44 +04:00
direct_relay_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 17:31:19 +04:00
handshake.rs Add security tests for connection limits and handshake integrity 2026-03-19 17:31:19 +04:00
handshake_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 17:31:19 +04:00
handshake_fuzz_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 17:31:19 +04:00
handshake_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 17:31:19 +04:00
masking.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 17:31:19 +04:00
masking_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 17:31:19 +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 Add security tests for middle relay idle policy and enhance stats tracking 2026-03-20 16:43:50 +04:00
middle_relay_idle_policy_security_tests.rs Add security tests for middle relay idle policy and enhance stats tracking 2026-03-20 16:43:50 +04:00
middle_relay_security_tests.rs Merge upstream/main into test/main-into-flow-sec 2026-03-20 14:20:20 +04:00
mod.rs Adaptive Buffers + Session Eviction Method 2026-03-18 10:49:02 +03:00
relay.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 17:31:19 +04:00
relay_adversarial_tests.rs Add adversarial tests for client, handshake, masking, and relay modules 2026-03-19 17:31:19 +04:00
relay_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 17:31:19 +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
session_eviction.rs Adaptive Buffers + Session Eviction Method 2026-03-18 10:49:02 +03:00