wip proxy gencert internal

This commit is contained in:
2025-02-11 22:06:12 -07:00
parent 980e8c2620
commit a98bc825f6
7 changed files with 90 additions and 25 deletions
Generated
+31
View File
@@ -2439,6 +2439,12 @@ dependencies = [
"digest",
]
[[package]]
name = "hmac-sha256"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb"
[[package]]
name = "home"
version = "0.5.9"
@@ -3403,12 +3409,15 @@ name = "mumble-web2-proxy"
version = "0.1.0"
dependencies = [
"color-eyre",
"hmac-sha256",
"mumble-web2-common",
"once_cell",
"rcgen",
"rustls",
"salvo",
"serde",
"serde_json",
"time",
"tokio",
"tokio-rustls",
"toml",
@@ -4454,6 +4463,19 @@ version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
[[package]]
name = "rcgen"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
dependencies = [
"pem",
"ring",
"rustls-pki-types",
"time",
"yasna",
]
[[package]]
name = "redox_syscall"
version = "0.5.7"
@@ -6907,6 +6929,15 @@ version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
[[package]]
name = "yasna"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
"time",
]
[[package]]
name = "yoke"
version = "0.7.4"