Skip to content

Commit 3b6baae

Browse files
committed
Code fixes and tests
1 parent 49d2fce commit 3b6baae

File tree

7 files changed

+1434
-392
lines changed

7 files changed

+1434
-392
lines changed

rustls-wolfcrypt-provider/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ lazy_static = "1.5.0"
3333
hex-literal = "0.4.1"
3434

3535

36+
3637
[dev-dependencies]
3738
rcgen = { version = "0.13" }
3839
serial_test = { version = "3.2.0", default-features = false }
@@ -44,6 +45,7 @@ rustls-pemfile = { version = "2.2.0", default-features = false, features = ["std
4445
[features]
4546
default = []
4647
std = ["pkcs8/std", "rustls/std", "wolfcrypt-rs/std"]
48+
quic = []
4749

4850
[profile.release]
4951
strip = true

0 commit comments

Comments
 (0)