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
This commit is contained in:
2026-01-28 18:27:08 +02:00
parent e7c97070ca
commit b03cc2a386
6 changed files with 131 additions and 17 deletions

2
Cargo.lock generated
View File

@@ -680,7 +680,9 @@ dependencies = [
"clap",
"common",
"miette",
"rustls",
"tokio",
"tokio-rustls",
]
[[package]]