Commit Graph

5 Commits

Author SHA1 Message Date
818cfd5598 refactor(server,common): introduce custom error types with thiserror and miette 2026-02-11 16:29:59 +02:00
a5f0253cc4 refactor(server): use base64 crate instead of custom implementation 2026-02-05 13:32:20 +02:00
46bc7960c1 feat(server): add structured logging with tracing 2026-02-04 15:53:20 +02:00
b03cc2a386 feat(runner): add TLS 1.3 client with X25519
- Configure rustls client with aws_lc_rs, X25519-only key exchange
- Skip certificate verification for benchmarking (NoVerifier)
- Measure TLS handshake latency (TCP + TLS combined)
- TLS 1.3 protocol enforced
2026-01-28 18:30:40 +02:00
d128816956 refactor: rename crates 2026-01-26 16:17:04 +02:00