mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
- 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
17 lines
290 B
TOML
17 lines
290 B
TOML
[package]
|
|
name = "runner"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
common.workspace = true
|
|
miette.workspace = true
|
|
rustls.workspace = true
|
|
tokio-rustls.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|