mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
- CaCertificate: self-signed CA that can sign server certificates - ServerCertificate: DER-encoded cert chain and private key - generate_test_certs(): convenience helper for local testing - Uses rcgen 0.14 for X.509 certificate generation
15 lines
246 B
TOML
15 lines
246 B
TOML
[package]
|
|
name = "bench-common"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
rcgen.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
strum.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|