支持sm4-cbc加密

This commit is contained in:
lubeilin
2023-09-26 21:53:07 +08:00
parent 9c098c55c9
commit ca4e8d14f0
5 changed files with 187 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "vnt"
version = "1.2.4"
version = "1.2.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -29,7 +29,7 @@ stun-format = { version = "1.0.1", features = ["fmt", "rfc3489"] }
rsa = { version = "0.7.2", features = [] }
spki = { version = "0.6.0", features = ["fingerprint", "alloc"] }
openssl-sys = { git = "https://github.com/lbl8603/rust-openssl" ,optional = true}
libsm = {git="https://github.com/lbl8603/libsm"}
[target.'cfg(any(target_os = "linux",target_os = "macos"))'.dependencies]
tun = { path = "./rust-tun" }