mirror of
https://github.com/telemt/telemt.git
synced 2026-06-15 02:00:09 +07:00
security: harden handshake/masking flows and add adversarial regressions
- forward valid-TLS/invalid-MTProto clients to mask backend in both client paths\n- harden TLS validation against timing and clock edge cases\n- move replay tracking behind successful authentication to avoid cache pollution\n- tighten secret decoding and key-material handling paths\n- add dedicated security test modules for tls/client/handshake/masking\n- include production-path regression for ClientHandler fallback behavior
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ reason = "MUST VERIFY: Only allowed for legacy checksums, never for security."
|
||||
[[bans.skip]]
|
||||
name = "sha1"
|
||||
version = "*"
|
||||
reason = "MUST VERIFY: Only allowed for backwards compatibility."
|
||||
reason = "MUST VERIFY: Only allowed for backwards compatibility."
|
||||
|
||||
Reference in New Issue
Block a user