Mining/miner/proxy/src/base
snider b33b8eb843 fix: Address 3 security findings from code review (batch 8)
- HIGH-015: Improve TLS certificate validation
  - Enable SSL_VERIFY_PEER with system CA store
  - Support certificate pinning via fingerprint
  - Chain validation OR fingerprint match required
- HIGH-019: Document libuv single-thread model for Client state
  - TOCTOU pattern is safe due to event loop serialization
- MED-005: Fix potential alignment issues in Keccak
  - Use memcpy for unaligned uint8_t* to uint64_t access
  - Prevents undefined behavior on strict alignment architectures

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 19:27:50 +00:00
..
api fix: Address 4 security findings from code review (batch 7) 2025-12-31 19:22:51 +00:00
crypto fix: Address 3 security findings from code review (batch 8) 2025-12-31 19:27:50 +00:00
io fix: Address 9 security findings from code review (batch 6) 2025-12-31 19:14:24 +00:00
kernel feat: Rebrand xmrig to miner and vendor XMRig ecosystem 2025-12-30 19:43:02 +00:00
net fix: Address 3 security findings from code review (batch 8) 2025-12-31 19:27:50 +00:00
tools fix: Address 4 additional security findings in proxy (batch 4) 2025-12-31 18:45:40 +00:00
base.cmake feat: Rebrand xmrig to miner and vendor XMRig ecosystem 2025-12-30 19:43:02 +00:00