aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-20v1.6upstream-masterEric Biggers
2024-03-20Eliminate dependency on pandocEric Biggers
2024-03-20ci.yml: work around ASAN binaries crashing on ubuntu-latestEric Biggers
2024-03-20ci.yml: upgrade to actions/checkout@v4 and actions/cache@v4Eric Biggers
2023-07-09cmd_measure: reject options and handle "--" correctlyEric Biggers
2023-07-05fsverity.1: update documentation for --block-sizeEric Biggers
2023-01-30ci.yml: upgrade to actions/checkout@v3Eric Biggers
2023-01-25fsverity.1.md: use the new git repo URLEric Biggers
2023-01-24README.md: use the new fsverity mailing listEric Biggers
2023-01-11libfsverity.h: includes should be outside of extern "C" blockEric Biggers
2023-01-11ci.yml: run on push instead of pull_requestEric Biggers
2022-10-18README.md: update for latest kernel versionEric Biggers
2022-02-06v1.5Eric Biggers
2022-02-06NEWS.md: update for v1.5Eric Biggers
2022-02-06scripts/do-release.sh: split into prepare and publishEric Biggers
2022-02-06scripts/run-sparse.sh: fix to exclude boringssl directoryEric Biggers
2022-01-18Clarify the purpose of built-in signaturesEric Biggers
2022-01-18Makefile: fix a typoEric Biggers
2021-12-23Add GitHub Actions supportEric Biggers
2021-12-23Support automatically building BoringSSL for testingEric Biggers
2021-12-23run-tests.sh: make CFI test work on Ubuntu 20.04Eric Biggers
2021-12-23run-tests.sh: allow running individual testsEric Biggers
2021-12-18lib: remove libfsverity_error_msg_errno()Eric Biggers
2021-09-22Makefile: use -Wno-deprecated-declarations to avoid OpenSSL 3.0 warningsEric Biggers
2021-09-22scripts/run-tests.sh: test with OpenSSL 3.0Eric Biggers
2021-09-13scripts/run-tests.sh: test with OpenSSL 1.0Eric Biggers
2021-09-13Implement PKCS#11 opaque keys support through OpenSSL pkcs11 engineAleksander Adamowski
2021-06-14v1.4Eric Biggers
2021-06-10Add man page for fsverityEric Biggers
2021-06-10Add *.exe to gitignoreEric Biggers
2021-06-08programs/fsverity: add --out-merkle-tree and --out-descriptor optionsEric Biggers
2021-06-08programs/utils: add full_pwrite() and preallocate_file()Eric Biggers
2021-06-08programs/test_compute_digest: test the metadata callbacksEric Biggers
2021-06-08lib/compute_digest: add callbacks for getting the verity metadataEric Biggers
2021-02-24programs/fsverity: Add dump_metadata subcommandEric Biggers
2021-02-01Upgrade to latest fsverity_uapi.hEric Biggers
2021-01-19v1.3Eric Biggers
2020-12-28scripts/run-tests.sh: test cross compiling for WindowsEric Biggers
2020-12-28Fix some #endif commentsEric Biggers
2020-12-22Allow to build and run sign/digest on WindowsLuca Boccassi
2020-12-22Wrap ./fsverity in TEST_WRAPPER_PROG tooLuca Boccassi
2020-12-22Move -D_GNU_SOURCE to CPPFLAGSLuca Boccassi
2020-12-21Remove unneeded includeLuca Boccassi
2020-11-25Rename "file measurement" to "file digest"Eric Biggers
2020-11-25Upgrade to latest fsverity_uapi.hEric Biggers
2020-11-24lib/enable: validate params->versionEric Biggers
2020-11-17scripts/run-tests.sh: disable gcc static analyzerEric Biggers
2020-11-17programs/fsverity: share code to parse tree parametersEric Biggers
2020-11-17lib: add libfsverity_enable() and libfsverity_enable_with_sig()Eric Biggers
2020-11-17lib/compute_digest: add default hash_algorithm and block_sizeEric Biggers