Remove Noise protocol references from wiki docs and tests
Delete 8 Noise-specific documentation pages (noise-xx.md,
transport-keys.md, adr-001/003/006, framing-codec.md) and update
~30 remaining wiki pages to reflect QUIC+TLS as the sole transport.
Remove obsolete Noise-based integration tests (auth_service.rs,
mls_group.rs). Code-side Noise removal was done in f334ed3.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
- [Protocol Layers Overview](protocol-layers/overview.md)
|
||||
- [QUIC + TLS 1.3](protocol-layers/quic-tls.md)
|
||||
- [Noise\_XX Handshake](protocol-layers/noise-xx.md)
|
||||
- [Cap'n Proto Serialisation and RPC](protocol-layers/capn-proto.md)
|
||||
- [MLS (RFC 9420)](protocol-layers/mls.md)
|
||||
- [Hybrid KEM: X25519 + ML-KEM-768](protocol-layers/hybrid-kem.md)
|
||||
@@ -40,7 +39,6 @@
|
||||
|
||||
- [Cryptography Overview](cryptography/overview.md)
|
||||
- [Ed25519 Identity Keys](cryptography/identity-keys.md)
|
||||
- [X25519 Transport Keys](cryptography/transport-keys.md)
|
||||
- [Key Lifecycle and Zeroization](cryptography/key-lifecycle.md)
|
||||
- [Forward Secrecy](cryptography/forward-secrecy.md)
|
||||
- [Post-Compromise Security](cryptography/post-compromise-security.md)
|
||||
@@ -56,7 +54,6 @@
|
||||
- [Auth Schema](wire-format/auth-schema.md)
|
||||
- [Delivery Schema](wire-format/delivery-schema.md)
|
||||
- [NodeService Schema](wire-format/node-service-schema.md)
|
||||
- [Length-Prefixed Framing Codec](wire-format/framing-codec.md)
|
||||
|
||||
---
|
||||
|
||||
@@ -64,12 +61,9 @@
|
||||
|
||||
- [Design Decisions Overview](design-rationale/overview.md)
|
||||
- [Why This Design, Not Signal/Matrix/...](design-rationale/why-not-signal.md)
|
||||
- [ADR-001: Noise\_XX for Transport Auth](design-rationale/adr-001-noise-xx.md)
|
||||
- [ADR-002: Cap'n Proto over MessagePack](design-rationale/adr-002-capnproto.md)
|
||||
- [ADR-003: RPC Inside the Noise Tunnel](design-rationale/adr-003-rpc-inside-noise.md)
|
||||
- [ADR-004: MLS-Unaware Delivery Service](design-rationale/adr-004-mls-unaware-ds.md)
|
||||
- [ADR-005: Single-Use KeyPackages](design-rationale/adr-005-single-use-keypackages.md)
|
||||
- [ADR-006: PQ Gap in Noise Transport](design-rationale/adr-006-pq-gap.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user