Skip to content

Commit

Permalink
feat: Move verify_trust into c2pa_crypto (contentauth#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Dec 20, 2024
1 parent 259a212 commit dbf64a6
Show file tree
Hide file tree
Showing 44 changed files with 2,282 additions and 2,063 deletions.
15 changes: 1 addition & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ yanked = "deny"
ignore = [
"RUSTSEC-2021-0127", # serde_cbor
"RUSTSEC-2023-0071", # rsa Marvin Attack: (https://jira.corp.adobe.com/browse/CAI-5104)
"RUSTSEC-2024-0384", # instant (https://github.com/contentauth/c2pa-rs/issues/663)
"RUSTSEC-2024-0399", # tokio-rustls server: https://rustsec.org/advisories/RUSTSEC-2024-0399
]

Expand Down
3 changes: 2 additions & 1 deletion internal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const-hex = "1.14"
coset = "0.3.1"
getrandom = { version = "0.2.7", features = ["js"] }
hex = "0.4.3"
nom = "7.1.3"
rand = "0.8.5"
rasn = "0.22.0"
rasn-ocsp = "0.22.0"
Expand All @@ -52,6 +53,7 @@ serde_bytes = "0.11.5"
sha1 = "0.10.6"
sha2 = "0.10.6"
thiserror = "2.0.8"
web-time = "1.1"
x509-certificate = "0.21.0"
x509-parser = "0.16.0"

Expand Down Expand Up @@ -91,7 +93,6 @@ web-sys = { version = "0.3.58", features = [
"Window",
"WorkerGlobalScope",
] }
web-time = "1.1"

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
getrandom = { version = "0.2.7", features = ["js"] }
Expand Down
Loading

0 comments on commit dbf64a6

Please sign in to comment.