telemt/src/protocol/tests
David Osipov c0a3e43aa8
Add comprehensive security tests for proxy functionality
- Introduced client TLS record wrapping tests to ensure correct handling of empty and oversized payloads.
- Added integration tests for middle relay to validate quota saturation behavior under concurrent pressure.
- Implemented high-risk security tests covering various payload scenarios, including alignment checks and boundary conditions.
- Developed length cast hardening tests to verify proper handling of wire lengths and overflow conditions.
- Created quota overflow lock tests to ensure stable behavior under saturation and reclaim scenarios.
- Refactored existing middle relay security tests for improved clarity and consistency in lock handling.
2026-03-21 20:54:13 +04:00
..
tls_adversarial_tests.rs Format 2026-03-21 15:45:29 +03:00
tls_fuzz_security_tests.rs Format 2026-03-21 15:45:29 +03:00
tls_length_cast_hardening_security_tests.rs Add comprehensive security tests for proxy functionality 2026-03-21 20:54:13 +04:00
tls_security_tests.rs Format 2026-03-21 15:45:29 +03:00
tls_size_constants_security_tests.rs Format 2026-03-21 15:45:29 +03:00