Files
mediamtx/internal/conf
d15c14ec6a avoid potential timing attack when validating SHA256 credentials (#5961)
The == operator is vulnerable to timing attacks as it short-circuits on a mismatch. Use
ConstantTimeCompare to avoid this vector.

Co-authored-by: Tristan Matthews <tmatth@videolan.org>
2026-07-19 09:46:34 +02:00
..
2026-02-12 15:51:14 +01:00
2026-05-31 20:33:48 +02:00
2026-05-31 20:33:48 +02:00