aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-05Add support for BoringSSL.upstream_masterAdam Langley
2018-09-05fsverity_uapi.h: replace __packed with __attribute__((packed))Eric Biggers
2018-09-05util.h: skip defining attribute macros if already definedEric Biggers
2018-08-21Always show the OpenSSL error queue after failure.Adam Langley
2018-08-21Use ERR_print_errors_fp to print OpenSSL errors.Adam Langley
2018-08-21s/Google Inc/Google LLC/Eric Biggers
2018-08-08Update examplesEric Biggers
2018-08-08Document submitting patchesEric Biggers
2018-07-27Update to match latest kernel changesEric Biggers
2018-07-27Remove old scriptsEric Biggers
2018-06-28fsverity setup: delete or truncate output file on errorEric Biggers
2018-06-27Allow building with OpenSSL versions 1.0.xEric Biggers
2018-06-27Add a README file with some basic examplesEric Biggers
2018-06-27Rewrite fsveritysetup in CEric Biggers
2018-06-20fsveritysetup: by default, don't depend on 'veritysetup' programEric Biggers
2018-06-20fsveritysetup: salt format updateEric Biggers
2018-06-14fsveritysetup: support including the signed file measurementEric Biggers
2018-04-23fsveritysetup: extension format updateEric Biggers
2018-04-18Remove obsolete f2fs-tools patchEric Biggers
2018-04-13fsveritysetup: rename header => footerEric Biggers
2018-04-02Add debian packaging filesEric Biggers
2018-04-02Remove .py extension from fsveritysetupEric Biggers
2018-03-21Update for API changesEric Biggers
2018-03-20fsveritysetup.py: allow specifying the hash algorithmEric Biggers
2018-03-20fsveritysetup.py: remove --tree-file argumentEric Biggers
2018-03-14fsveritysetup: use the new patch structure formatEric Biggers
2018-03-14Complete mkfsverity.sh script so that we get a final executable testMichael Halcrow
2018-03-14Ensure disk is a minimum size for a valid f2fs filesystemMichael Halcrow
2018-03-13Add a .gitignoreEric Biggers
2018-03-13Add a Makefile which builds the binariesEric Biggers
2018-03-13Clean up ioctl-fs-verity-set and rename to fsveritysetEric Biggers
2018-03-13Clean up ioctl-fs-verity-measure and rename to fsveritymeasureEric Biggers
2018-03-13Add the fsverity API definitionEric Biggers
2018-03-13fsveritysetup: exclude hdr_reverse_offset from measurement calculationEric Biggers
2018-03-09Rewrite of fsverity.py (renamed to fsveritysetup.py) and mkfsverity.shEric Biggers
2018-03-09Add COPYING fileEric Biggers
2018-03-08fs-verity: Some userspace tooling that can be helpful for developmentMichael Halcrow