- 09bfc85 pvmfw: update avb Ops lifetimes by David Pursell · 1 year, 6 months ago
- d7aea45 Don't use *.rs for srcs by Alan Stokes · 1 year, 5 months ago
- 8704861 Simplify test ownership. by Alan Stokes · 1 year, 6 months ago
- c91541a Merge "[DON'T BLOCK] Test ownership migration rules" into main by Aditya Choudhary · 1 year, 6 months ago
- 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 6 months ago
- c420c8b pvmfw: use libavb_rs descriptor APIs by David Pursell · 1 year, 7 months ago
- 98f1823 Update Android source for Rust 1.74.1 by Chris Wailes · 1 year, 8 months ago
- b59bcc4 pvmfw: use libavb_rs for verification by David Pursell · 1 year, 9 months ago
- 009580b pvmfw: update libavb error handling by David Pursell · 1 year, 9 months ago
- 3c43b45 Merge "Latest kernel SecretkeeperProtection capability" into main by Shikha Panwar · 1 year, 10 months ago
- 84707e4 Latest kernel SecretkeeperProtection capability by Shikha Panwar · 1 year, 10 months ago
- 97c76d5 Merge "Move away from mod.rs" into main by Alan Stokes · 1 year, 10 months ago
- 3f5d2af Move away from mod.rs by Alan Stokes · 1 year, 10 months ago
- 4a0651d Add guest OS capability: SecretkeeperProtection by Shikha Panwar · 1 year, 10 months ago
- a26f16a pvmfw: Rollback index of kernel & security_version by Shikha Panwar · 1 year, 11 months ago
- da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 1 year, 11 months ago
- a7c727b avb: move error module to libavb by David Pursell · 2 years ago
- aea8364 Remove unsafe lints now that they are enabled globally. by Andrew Walbran · 2 years ago
- 196192b Improve safety comment. by Alan Stokes · 2 years, 1 month ago
- ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 1 month ago
- 20bb4e4 Standardise safety comments in pvmfw and fdtpci. by Andrew Walbran · 2 years, 1 month ago
- 44e9f94 pvmfw/avb: Squash libpvmfw_avb_nostd BP module by Pierre-Clément Tosi · 2 years, 1 month ago
- 920a490 Merge "[service-vm] Identitfy service VM in pvmfw with avb property" by Alice Wang · 2 years, 2 months ago
- ab0d020 [service-vm] Identitfy service VM in pvmfw with avb property by Alice Wang · 2 years, 3 months ago
- ec77705 [avb] Remove unnecessary unsafe during descriptor iteration by Alice Wang · 2 years, 3 months ago
- fd3e4ed Merge "[avb] Improve error reporting when parsing descriptors from VBMeta" by Alice Wang · 2 years, 3 months ago
- 14973b2 [avb] Improve error reporting when parsing descriptors from VBMeta by Alice Wang · 2 years, 3 months ago
- 5489649 [avb][fuzzer] Add avb_kernel_with_footer_verify_fuzzer by Alice Wang · 2 years, 3 months ago
- 412fa45 [avb] Reorganizing the modules in avb/descriptor by Alice Wang · 2 years, 3 months ago
- 9150948 [avb] Keep Digest reference in avb hash descriptor to avoid copy by Alice Wang · 2 years, 3 months ago
- 7998551 [avb] Refator descriptor module to allow multiple descriptor types by Alice Wang · 2 years, 3 months ago
- a0e4296 Require unsafe blocks in unsafe functions by Alan Stokes · 2 years, 4 months ago
- 1ab3a35 Merge "libs/avb: Introduce libavb_baremetal" by Pierre-Clément Tosi · 2 years, 6 months ago
- f58f3a3 pvmfw: refactor: Expose DICE inputs to main() by Pierre-Clément Tosi · 2 years, 6 months ago
- 81ca080 pvmfw_avb: Derive Eq for VerifiedBootData by Pierre-Clément Tosi · 2 years, 6 months ago
- 69467e0 libs/avb: Introduce libavb_baremetal by Pierre-Clément Tosi · 2 years, 6 months ago
- 45c3d24 Update source for Rust 1.66.1 by Chris Wailes · 2 years, 6 months ago
- cd1cf03 Revert "Update source for Rust 1.66.1" by Chris Wailes · 2 years, 6 months ago
- 3f3601c Update source for Rust 1.66.1 by Chris Wailes · 2 years, 6 months ago
- faea22f [avb] Use libavb_non_debug to avoid debug message print by Alice Wang · 2 years, 6 months ago
- 1f0add0 [avb] Collect kernel/initrd digests when verification succeeds by Alice Wang · 2 years, 7 months ago
- 815461f [refactoring] Use #[default] attribute to create enum default by Alice Wang · 2 years, 6 months ago
- f275286 [avb] Collect hash descriptors when verification succeeds by Alice Wang · 2 years, 7 months ago
- 8ebf1da Fix tests using unaligned pointers by Inseob Kim · 2 years, 6 months ago
- 96113f3 Importing rustc-1.66.0 by Charisee · 2 years, 7 months ago
- 75d0563 [avb] Verify that extended initrd fails the payload verification by Alice Wang · 2 years, 7 months ago
- cb04ef7 Merge "[avb][refactoring] Extract VBMeta number check into a new method" by Treehugger Robot · 2 years, 7 months ago
- d3f28ae [avb][refactoring] Extract VBMeta number check into a new method by Alice Wang · 2 years, 7 months ago
- 209f2c5 [avb] Set rollback index to 0 to make rollback index check pass by Alice Wang · 2 years, 7 months ago
- 3147f8d Merge "[avb] Refactor Payload and AvbOps into new module ops" by Treehugger Robot · 2 years, 7 months ago
- 167ab3f [avb] Refactor Payload and AvbOps into new module ops by Alice Wang · 2 years, 7 months ago
- 1ba4f8a [avb][fuzzer] Fuzz pvmfw payload_verify for kernel without footer by Alice Wang · 2 years, 7 months ago
- ab8523f Merge "[avb] Add shortcut Result wrapping AvbIOError" by Treehugger Robot · 2 years, 7 months ago
- 9034ce7 Merge "[avb] Verify initrd in the payload verification" by Alice Wang · 2 years, 7 months ago
- eccdd39 [avb] Add shortcut Result wrapping AvbIOError by Alice Wang · 2 years, 7 months ago
- faceff4 [avb] Test footer with vbmeta offset overwritten fails verification by Alice Wang · 2 years, 7 months ago
- 336b89b Merge "[avb] Move PartitionName and util methods to separate modules" by Alice Wang · 2 years, 7 months ago
- 5c1a756 [avb] Verify initrd in the payload verification by Alice Wang · 2 years, 7 months ago
- 2925b0a [avb][test] Move test util methods to a separate module by Alice Wang · 2 years, 7 months ago
- 8077a86 [avb] Move PartitionName and util methods to separate modules by Alice Wang · 2 years, 7 months ago
- f06bfd7 [avb] Test vbmeta with verifiaction flag disabled fails verification by Alice Wang · 2 years, 7 months ago
- 5b049ec Merge "[avb] Verify that the only vbmeta is from the kernel" by Alice Wang · 2 years, 7 months ago
- 1865563 [avb][refactoring] Move AvbIOError to errors module by Alice Wang · 2 years, 7 months ago
- 9dfb296 [avb] Verify that the only vbmeta is from the kernel by Alice Wang · 2 years, 7 months ago
- 8aca6f9 [avb] Refactor Payload::verify_partition() to take only one partition by Alice Wang · 2 years, 7 months ago
- 86383df [avb] Verify vbmeta for payload with no initrd by Alice Wang · 2 years, 7 months ago
- 6dae4cb Merge changes If575a1fe,I929cb995 by Treehugger Robot · 2 years, 7 months ago
- b98aa6e Merge "[avb][test] Move pvmfw_avb tests to a separate module" by Treehugger Robot · 2 years, 7 months ago
- 7b08a49 Merge "[avb] Refactor writing value to pointer with write()" by Treehugger Robot · 2 years, 7 months ago
- 58dac08 [avb][test] Add verification tests to check tampered vbmeta by Alice Wang · 2 years, 7 months ago
- 4e55dd9 [avb] Test latest debug initrd passes the payload verification by Alice Wang · 2 years, 7 months ago
- bf7fadd [avb][test] Move pvmfw_avb tests to a separate module by Alice Wang · 2 years, 7 months ago
- fd21766 [avb] Refactor writing value to pointer with write() by Alice Wang · 2 years, 7 months ago
- 60ebaf2 [avb] Remove redundant unsafe for get_preloaded_partition by Alice Wang · 2 years, 7 months ago
- a2ccea9 Merge "[avb] Refactor the error thrown by payload verification API" by Alice Wang · 2 years, 7 months ago
- 8aa3cb1 [microdroid] Rename the partition name of microdroid_kernel to boot by Alice Wang · 2 years, 7 months ago
- 951de3a [avb] Add PartitionName to facilitate partition name conversion by Alice Wang · 2 years, 7 months ago
- f0fe705 [avb] Refactor as_avbops_ref() to as_ref() for reuse by Alice Wang · 2 years, 7 months ago
- 45d98fa [avb] Refactor the error thrown by payload verification API by Alice Wang · 2 years, 7 months ago
- 6b486f1 [avb][pvmfw] Verify payload with only kernel and no initrd by Alice Wang · 2 years, 7 months ago
- 563663d [avb][pvmfw] Implement get_preloaded_partition to load partition by Alice Wang · 2 years, 7 months ago
- 2af2fac [avb][test] Test tampered kernel footer fails verification by Alice Wang · 2 years, 7 months ago
- a78279c [avb] Verify kernel integrity against the trusted key by Alice Wang · 2 years, 8 months ago
- f3d96b1 [avb] Add library libpvmfw_avb_nostd and test it in presubmit by Alice Wang · 2 years, 8 months ago