[Fix] Harden MTP codec, transport, and SDK security

This commit is contained in:
Alex Emmet 2026-08-18 20:57:45 +02:00
commit a7e804c603
No known key found for this signature in database
73 changed files with 11892 additions and 5756 deletions

3
Cargo.lock generated
View file

@ -1372,6 +1372,7 @@ name = "mtp-crypto"
version = "0.3.0"
dependencies = [
"aes-gcm",
"argon2",
"base64 0.22.1",
"chacha20poly1305",
"ed25519-dalek",
@ -1395,7 +1396,6 @@ dependencies = [
name = "mtp-files"
version = "0.3.0"
dependencies = [
"argon2",
"mtp-crypto",
"rand",
"thiserror 2.0.20",
@ -1411,6 +1411,7 @@ dependencies = [
"mtp-crypto",
"mtp-transport",
"rand",
"thiserror 2.0.20",
"tokio",
"tracing",
"wtransport",