From 4ee8f432873dcc8773b21bc402f14bba99a81375 Mon Sep 17 00:00:00 2001 From: reugenio Date: Mon, 15 Dec 2025 12:29:32 +0100 Subject: [PATCH] docs: actualizar estado CLAUDE.md con funcionalidades completadas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Identity persistence - Conexi贸n via relay - TLS handshake completo 馃 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index e1076d2..3f86d23 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -81,14 +81,16 @@ zcatp2p/ - [x] Especificaci贸n del protocolo (PROTOCOL.md) - [x] API design (API.md) - [x] Implementaci贸n crypto (SHA256, ChaCha20-Poly1305) -- [x] Implementaci贸n TLS 1.3 (X25519, HKDF, handshake) +- [x] Implementaci贸n TLS 1.3 (X25519, HKDF, handshake completo) - [x] Implementaci贸n discovery local (UDP broadcast) - [x] Implementaci贸n STUN client -- [x] Implementaci贸n relay client +- [x] Implementaci贸n relay client (con TLS handshake) - [x] Tests unitarios (44 tests) - [x] Discovery global (HTTPS API) - [x] UPnP/NAT-PMP port mapping - [x] Integraci贸n completa de red +- [x] **Identity persistence** (Device ID persistente entre reinicios) +- [x] **Conexi贸n via relay** (para NAT symmetric) ## Comandos