Files
tls-pq-bench/bench-server/Cargo.toml
Kristofers Solo 5accec5da4 feat(bench-server): add TLS 1.3 with X25519 key exchange
- Generate self-signed certificates on startup using rcgen
- Configure rustls with aws_lc_rs crypto provider
- Filter key exchange groups to X25519-only for mode=x25519
- Print CA certificate for client trust configuration
- TLS 1.3 protocol enforced
2026-01-26 16:09:27 +02:00

17 lines
302 B
TOML

[package]
name = "bench-server"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bench-common.workspace = true
clap.workspace = true
miette.workspace = true
rustls.workspace = true
tokio.workspace = true
tokio-rustls.workspace = true
[lints]
workspace = true