docs: actualizar estado CLAUDE.md con funcionalidades completadas
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
69ca8fb403
commit
4ee8f43287
1 changed files with 4 additions and 2 deletions
|
|
@ -81,14 +81,16 @@ zcatp2p/
|
||||||
- [x] Especificación del protocolo (PROTOCOL.md)
|
- [x] Especificación del protocolo (PROTOCOL.md)
|
||||||
- [x] API design (API.md)
|
- [x] API design (API.md)
|
||||||
- [x] Implementación crypto (SHA256, ChaCha20-Poly1305)
|
- [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 discovery local (UDP broadcast)
|
||||||
- [x] Implementación STUN client
|
- [x] Implementación STUN client
|
||||||
- [x] Implementación relay client
|
- [x] Implementación relay client (con TLS handshake)
|
||||||
- [x] Tests unitarios (44 tests)
|
- [x] Tests unitarios (44 tests)
|
||||||
- [x] Discovery global (HTTPS API)
|
- [x] Discovery global (HTTPS API)
|
||||||
- [x] UPnP/NAT-PMP port mapping
|
- [x] UPnP/NAT-PMP port mapping
|
||||||
- [x] Integración completa de red
|
- [x] Integración completa de red
|
||||||
|
- [x] **Identity persistence** (Device ID persistente entre reinicios)
|
||||||
|
- [x] **Conexión via relay** (para NAT symmetric)
|
||||||
|
|
||||||
## Comandos
|
## Comandos
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue