|
|
6b7aa62a0e
|
feat(mesh): ZKP authentication and blockchain sync
- ZKP Mesh Authentication: Zero-Knowledge Proof identity for mesh nodes
- New API endpoints: zkp-challenge, zkp-verify, zkp/graph
- Shell functions: ml_zkp_init, ml_zkp_challenge, ml_zkp_verify
- Enhanced join flow with optional ZKP proof requirement
- Blockchain acknowledgment via peer_zkp_verified blocks
- LuCI dashboard with ZKP status section and peer badges
- MirrorNet Ash Compatibility: Fixed BusyBox shell incompatibilities
- Replaced process substitution with pipe-based patterns
- Fixed mirror.sh, gossip.sh, health.sh, identity.sh
- Mesh Blockchain Sync: Fixed chain synchronization between nodes
- Fixed /api/chain/since endpoint to return only new blocks
- chain_add_block/chain_merge_block use awk for safe JSON insertion
- Handles varying JSON formatting (whitespace, newlines)
- Tested bidirectional sync: Master <-> Clone at height 70
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-24 16:45:42 +01:00 |
|
|
|
006ff03c86
|
feat(mirrornet): Add v0.19 MirrorNetworking core packages
MirrorNet Core (secubox-mirrornet):
- DID-based identity (did:plc:) with keypair management
- Peer reputation scoring (0-100) with trust levels
- Service mirroring via reverse proxy chaining
- Enhanced gossip protocol with priority routing
- Health monitoring with anomaly detection
- mirrorctl CLI with 30+ commands
Identity Package (secubox-identity):
- Standalone DID generation (AT Protocol compatible)
- HMAC-SHA256 keys with Ed25519 fallback
- Key rotation with backup support
- Trust scoring integration
- identityctl CLI with 25+ commands
P2P Intel Package (secubox-p2p-intel):
- Signed IOC sharing for mesh
- Collectors: CrowdSec, mitmproxy, WAF, DNS Guard
- Cryptographic signing and validation
- Source trust verification
- Application: nftables/iptables/CrowdSec
- Approval workflow for manual review
- p2p-intelctl CLI with 20+ commands
LuCI Dashboard (luci-app-secubox-mirror):
- Identity card with DID, hostname, role
- Peer reputation table with trust levels
- Gossip protocol statistics
- Health alerts with acknowledgment
- RPCD handler with 15 methods
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-05 18:43:19 +01:00 |
|