docs: mark completed tasks

This commit is contained in:
2026-02-03 14:01:32 +02:00
parent 27e1cbe98b
commit 2cd2edc61d

View File

@@ -4,31 +4,31 @@
### Server (`proto=raw`) ### Server (`proto=raw`)
- [ ] TLS acceptor (rustls) - [x] TLS acceptor (rustls)
- [ ] Read 8-byte length `N` - [x] Read 8-byte length `N`
- [ ] Send `N` bytes deterministic payload - [x] Send `N` bytes deterministic payload
### Client (`proto=raw`) ### Client (`proto=raw`)
- [ ] Connect TLS - [x] Connect TLS
- [ ] Send `N` - [x] Send `N`
- [ ] Read exactly `N` bytes - [x] Read exactly `N` bytes
## Milestone 2 -- Measurement instrumentation \[MUST\] ## Milestone 2 -- Measurement instrumentation \[MUST\]
- [ ] T0 before connect - [x] T0 before connect
- [ ] T_hs_done after handshake completion - [x] T_hs_done after handshake completion
- [ ] T_last after last byte read - [x] T_last after last byte read
- [ ] Output NDJSON - [x] Output NDJSON
## Milestone 3 -- KX selection (X25519 vs X25519MLKEM768) \[MUST\] ## Milestone 3 -- KX selection (X25519 vs X25519MLKEM768) \[MUST\]
- [ ] rustls provider wiring (`aws_lc_rs` for PQ) - [x] rustls provider wiring (`aws_lc_rs` for PQ)
- [ ] negotiated group logging (debug mode) - [ ] negotiated group logging (debug mode)
## Milestone 4 -- Concurrency & runner [MUST] ## Milestone 4 -- Concurrency & runner [MUST]
- [ ] tokio-based runner - [x] tokio-based runner
- [ ] concurrency control and warmup - [ ] concurrency control and warmup
- [ ] matrix runner over (mode, payload, concurrency) - [ ] matrix runner over (mode, payload, concurrency)