mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
feat: verify cert during handshake
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user