zeroclaw/src
fettpl 6776373e8e fix: constant_time_eq no longer leaks secret length via early return
Remove the early return on length mismatch that leaked length
information via timing. Now iterates over max(a.len(), b.len()),
padding the shorter input with zeros, and checks both byte-level
differences and length equality at the end.

Closes #57

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:01:23 +01:00
..
agent feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
channels fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
config feat: add browser automation tool using Vercel agent-browser 2026-02-14 15:46:36 -05:00
cron fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
daemon feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
doctor fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
gateway refactor: remove AIEOS identity support 2026-02-14 14:05:14 -05:00
health fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
heartbeat feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
integrations refactor: simplify CLI commands and update architecture docs 2026-02-14 05:17:16 -05:00
memory feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
observability fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
onboard fix: add memory config to wizard and fix clippy warnings 2026-02-14 15:50:53 -05:00
providers feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
runtime feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
security fix: constant_time_eq no longer leaks secret length via early return 2026-02-15 00:01:23 +01:00
service fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
skills fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
tools fix: constant_time_eq no longer leaks secret length via early return 2026-02-15 00:01:23 +01:00
tunnel fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
lib.rs refactor: remove AIEOS identity support 2026-02-14 14:05:14 -05:00
main.rs fix: add memory config to wizard and fix clippy warnings 2026-02-14 15:50:53 -05:00
migration.rs fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00