feat: verify cert during handshake

This commit is contained in:
Tien Do Nam
2026-07-27 15:57:00 +02:00
parent 5ecf99f5e6
commit 3f0df39e89
23 changed files with 787 additions and 53 deletions
+3
View File
@@ -38,6 +38,9 @@ uuid = { version = "1.20.0", features = ["serde", "v4"] }
webrtc = { version = "0.14.0", optional = true }
x509-parser = { version = "0.18.0", features = ["verify"], optional = true }
[dev-dependencies]
rcgen = "0.13.2"
[features]
default = []
crypto = ["ed25519-dalek", "rsa", "sha2", "tokio-util"]