mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
feat(bench-common): add certificate generation utilities
- 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
This commit is contained in:
@@ -5,6 +5,7 @@ authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
rcgen.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
strum.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user