mcuboot-meta
A library to read and parse MCUboot images written in rust 🦀
With this library you can easily access the image's hashes and signature.
Usage
let path = new;
let image_metadata = parse_image.expect;
println!;
println!;
println!;
println!;
Known limitations
Protected TLV
Currently the protected TLV area is not extracted from the image. It would be a simple addition to be added, but I never had a MCUBoot image with the protected area present to be able to verify the code. If you require this feature, feel free to open an issue or PR :)
License
mcuboot-meta is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.