aboutsummaryrefslogtreecommitdiffstats
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2023-07-09cmd_measure: reject options and handle "--" correctlyEric Biggers1-2/+17
2022-01-18Clarify the purpose of built-in signaturesEric Biggers1-1/+1
2021-09-13Implement PKCS#11 opaque keys support through OpenSSL pkcs11 engineAleksander Adamowski3-16/+40
2021-06-08programs/fsverity: add --out-merkle-tree and --out-descriptor optionsEric Biggers4-9/+107
2021-06-08programs/utils: add full_pwrite() and preallocate_file()Eric Biggers2-0/+62
2021-06-08programs/test_compute_digest: test the metadata callbacksEric Biggers1-0/+133
2021-02-24programs/fsverity: Add dump_metadata subcommandEric Biggers3-0/+175
2020-12-28Fix some #endif commentsEric Biggers1-1/+1
2020-12-22Allow to build and run sign/digest on WindowsLuca Boccassi2-1/+3
2020-12-21Remove unneeded includeLuca Boccassi1-1/+0
2020-11-25Rename "file measurement" to "file digest"Eric Biggers4-5/+5
2020-11-25Upgrade to latest fsverity_uapi.hEric Biggers1-9/+2
2020-11-17programs/fsverity: share code to parse tree parametersEric Biggers5-68/+46
2020-11-17lib: add libfsverity_enable() and libfsverity_enable_with_sig()Eric Biggers2-17/+12
2020-11-17lib/compute_digest: add default hash_algorithm and block_sizeEric Biggers3-22/+13
2020-11-17programs/fsverity: change default block size from PAGE_SIZE to 4096Eric Biggers5-18/+3
2020-10-26programs/fsverity: Add digest subcommandLuca Boccassi6-8/+183
2020-09-24Move libfsverity.h to its own directoryEric Biggers1-1/+1
2020-08-01Switch to MIT licenseEric Biggers10-20/+52
2020-06-14test_compute_digest: add more test casesEric Biggers1-17/+255
2020-06-14programs: make the test programs show libfsverity error messagesEric Biggers6-6/+22
2020-06-05Move version number to libfsverity.hEric Biggers1-7/+5
2020-06-05programs: be compatible with -fsanitize=unsigned-integer-overflowEric Biggers1-6/+9
2020-05-25Add some basic test programs for libfsverityEric Biggers3-0/+149
2020-05-25Introduce libfsverityEric Biggers7-0/+897