支持aes_cbc加密算法

This commit is contained in:
lubeilin
2023-08-28 23:13:46 +08:00
parent c3368481ad
commit b9fe5e0fe2
12 changed files with 367 additions and 112 deletions
+2
View File
@@ -23,6 +23,8 @@ socket2 ={ version = "0.5.2", features = ["all"] }
tokio = { version = "1.28.1", features = ["full"] }
aes-gcm = {version="0.10.2", optional = true}
ring = {version="0.16.20", optional = true}
cbc = "0.1.2"
aes = "0.8.3"
stun-format = {version="1.0.1",features=["fmt","rfc3489"]}
rsa = {version="0.7.2", features = [] }
spki = {version="0.6.0",features=["fingerprint","alloc"]}