more tests

This commit is contained in:
Jan Rüth 2023-11-30 18:11:53 +01:00 committed by Jan
commit 107b463b84
3 changed files with 82 additions and 3 deletions

View file

@ -15,7 +15,7 @@ pki-types = { package = "rustls-pki-types", version = "0.2" }
rcgen = { version = "0.11.3", features = ["pem"], default-features = false }
rustls = { workspace = true, features = [ "logging" ]}
boring-rustls-provider = { path = "../boring-rustls-provider", features = ["logging"] }
rustls-pemfile = "=2.0.0-alpha.2"
rustls-pemfile = { workspace = true }
serde = "1.0"
serde_derive = "1.0"
webpki-roots = "=0.26.0-alpha.2"
webpki-roots = { workspace = true }