telemt/src/protocol
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
..
tests Add comprehensive security tests for proxy functionality 2026-03-21 20:54:13 +04:00
constants.rs Format 2026-03-21 15:45:29 +03:00
frame.rs Format 2026-03-21 15:45:29 +03:00
mod.rs Format 2026-03-21 15:45:29 +03:00
obfuscation.rs Format 2026-03-21 15:45:29 +03:00
tls.rs Add comprehensive security tests for proxy functionality 2026-03-21 20:54:13 +04:00