telemt/src/proxy
David Osipov 1ff97186bc
Refactor security tests and improve connection lease management
- Removed ignored attributes from timing-sensitive tests in handshake_security_tests.rs.
- Adjusted latency bucket assertions in malformed_tls_classes_share_close_latency_buckets.
- Reduced iteration count in timing_matrix_tls_classes_under_fixed_delay_budget.
- Enhanced assertions for timing class bounds in timing_matrix_tls_classes_under_fixed_delay_budget.
- Updated successful_tls_handshake_clears_pre_auth_failure_streak to improve clarity and assertions.
- Modified saturation tests to ensure invalid probes do not produce incorrect failure states.
- Added new assertions to ensure proper behavior under saturation conditions in saturation_grace_progression tests.
- Introduced connection lease management in stats/mod.rs to track direct and middle connections.
- Added tests for connection lease security and replay checker security.
- Improved relay bidirectional tests to ensure proper quota handling and statistics tracking.
- Refactored adversarial tests to ensure concurrent operations do not exceed limits.
2026-03-19 16:26:45 +04:00
..
adaptive_buffers.rs Adaptive Buffers + Session Eviction Method 2026-03-18 10:49:02 +03:00
client.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +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_limits_security_tests.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
client_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 14:56:28 +04:00
direct_relay.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
direct_relay_security_tests.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
handshake.rs Add security tests for connection limits and handshake integrity 2026-03-19 14:56:28 +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_fuzz_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 14:56:28 +04:00
handshake_security_tests.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +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 Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
middle_relay.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
middle_relay_security_tests.rs Add security tests for connection limits and handshake integrity 2026-03-19 14:56:28 +04:00
mod.rs Adaptive Buffers + Session Eviction Method 2026-03-18 10:49:02 +03:00
relay.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
relay_adversarial_tests.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +04:00
relay_security_tests.rs Refactor security tests and improve connection lease management 2026-03-19 16:26:45 +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