Files
s390-tools/rust/utils/Cargo.toml
Marc Hartmayer 0263637d9f pv: Refactor 'get_verified_hkds'
Get rid of 'read_hkd' by refactoring the 'get_verified_hkds' function.
For this a new HkdLoader::load_and_verify is introduced that is a
reworked version of the original code.

In addition, add test cases for testing all the edge cases.

Assisted-by: IBM Bob:1.0.6
Signed-off-by: Marc Hartmayer <marc@linux.ibm.com>
Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
2026-07-31 09:51:14 +02:00

20 lines
524 B
TOML

[package]
name = "utils"
version = "0.12.0"
edition.workspace = true
license.workspace = true
[dependencies]
chrono = { version = "0.4.44", default-features = false, features = ["std"] }
clap = { version ="4.6", features = ["derive", "wrap_help"] }
libc = "0.2.186"
log = { version = "0.4.29", features = ["std", "release_max_level_debug"] }
openssl = "0.10"
pv = { path = "../pv", package = "s390_pv" }
serde = { version = "1.0.228"}
utils_macros = { path = "../utils_macros" }
[dev-dependencies]
serde_json = "1.0.149"