1. 5cd90ca Introduce libfsverity by Eric Biggers · 4 years, 1 month ago
  2. 64b919b Split up cmd_sign.c by Eric Biggers · 4 years, 1 month ago
  3. 5668d3e Clean up copyright notices by Eric Biggers · 4 years, 1 month ago
  4. 963e21c util.h: remove max() by Eric Biggers · 4 years, 1 month ago
  5. d70a4ed Use non-deprecated SPDX identifiers by Eric Biggers · 4 years, 1 month ago
  6. 39c0183 Remove authorship lines by Eric Biggers · 4 years, 1 month ago
  7. ae75f37 Include local headers first by Eric Biggers · 4 years, 2 months ago
  8. cdaefaa Add a script to run 'sparse' by Eric Biggers · 4 years, 2 months ago
  9. a8eeaae scripts/do-release: add .sh suffix and add license ID by Eric Biggers · 4 years, 2 months ago
  10. 6585eb4 v1.0 by Eric Biggers · 4 years, 8 months ago
  11. 9b616d9 Add release script by Eric Biggers · 4 years, 8 months ago
  12. 69ebc9d fsverity.c: man page doesn't exist yet by Eric Biggers · 4 years, 8 months ago
  13. 2151209 cmd_sign: create detached signatures by Eric Biggers · 5 years ago
  14. 88438bb cmd_sign: avoid passing NULL to memcpy() by Eric Biggers · 5 years ago
  15. ac37171 cmd_sign: use consistent filename quoting style by Eric Biggers · 5 years ago
  16. 6033f55 cmd_sign: print file measurement on success by Eric Biggers · 5 years ago
  17. 10696ed fsverity_uapi.h: update to latest version (from v4 patchset) by Eric Biggers · 5 years ago
  18. 5d8246c util.h: remove unused ALIGN() macro by Eric Biggers · 5 years ago
  19. b09ba7e cmd_sign: support empty files by Eric Biggers · 5 years ago
  20. 7c8901f Remove now-unused utility functions by Eric Biggers · 5 years ago
  21. c67b06a Rework for new kernel patches by Eric Biggers · 5 years ago
  22. e64d479 Remove elide and patch support by Eric Biggers · 5 years ago
  23. b0ebc3e Drop CRC-32 support for now by Eric Biggers · 5 years ago
  24. 350eab5 Drop debian packaging files for now by Eric Biggers · 5 years ago
  25. 23a20ab Make crc32c_table.h self-contained by Eric Biggers · 5 years ago
  26. bdebc45 Add support for BoringSSL. by Adam Langley · 6 years ago
  27. 0aa2956 fsverity_uapi.h: replace __packed with __attribute__((packed)) by Eric Biggers · 6 years ago
  28. b3a3a23 util.h: skip defining attribute macros if already defined by Eric Biggers · 6 years ago
  29. 8957d75 Always show the OpenSSL error queue after failure. by Adam Langley · 6 years ago
  30. 0666600 Use ERR_print_errors_fp to print OpenSSL errors. by Adam Langley · 6 years ago
  31. 8387ad3 s/Google Inc/Google LLC/ by Eric Biggers · 6 years ago
  32. d87691f Update examples by Eric Biggers · 6 years ago
  33. 2f273d0 Document submitting patches by Eric Biggers · 6 years ago
  34. 25b5945 Update to match latest kernel changes by Eric Biggers · 6 years ago
  35. 75488a2 Remove old scripts by Eric Biggers · 6 years ago
  36. 00c0ca7 fsverity setup: delete or truncate output file on error by Eric Biggers · 6 years ago
  37. d0ae452 Allow building with OpenSSL versions 1.0.x by Eric Biggers · 6 years ago
  38. be980fa Add a README file with some basic examples by Eric Biggers · 6 years ago
  39. 431c67b Rewrite fsveritysetup in C by Eric Biggers · 6 years ago
  40. 3b40b2e fsveritysetup: by default, don't depend on 'veritysetup' program by Eric Biggers · 6 years ago
  41. 3deb80a fsveritysetup: salt format update by Eric Biggers · 6 years ago
  42. 3a35ec3 fsveritysetup: support including the signed file measurement by Eric Biggers · 6 years ago
  43. 2a7dbea fsveritysetup: extension format update by Eric Biggers · 6 years ago
  44. 3ffee6b Remove obsolete f2fs-tools patch by Eric Biggers · 6 years ago
  45. af15963 fsveritysetup: rename header => footer by Eric Biggers · 6 years ago
  46. 8365a29 Add debian packaging files by Eric Biggers · 6 years ago
  47. 60266c4 Remove .py extension from fsveritysetup by Eric Biggers · 6 years ago
  48. 1e64b3d Update for API changes by Eric Biggers · 6 years ago
  49. 6d8d3d2 fsveritysetup.py: allow specifying the hash algorithm by Eric Biggers · 6 years ago
  50. 42d74ea fsveritysetup.py: remove --tree-file argument by Eric Biggers · 6 years ago
  51. 3056d89 fsveritysetup: use the new patch structure format by Eric Biggers · 6 years ago
  52. c00f862 Complete mkfsverity.sh script so that we get a final executable test by Michael Halcrow · 6 years ago
  53. e1570d2 Ensure disk is a minimum size for a valid f2fs filesystem by Michael Halcrow · 6 years ago
  54. 872da1f Add a .gitignore by Eric Biggers · 6 years ago
  55. 4190722 Add a Makefile which builds the binaries by Eric Biggers · 6 years ago
  56. a544a98 Clean up ioctl-fs-verity-set and rename to fsverityset by Eric Biggers · 6 years ago
  57. 7d7c3d5 Clean up ioctl-fs-verity-measure and rename to fsveritymeasure by Eric Biggers · 6 years ago
  58. 2924095 Add the fsverity API definition by Eric Biggers · 6 years ago
  59. 5431918 fsveritysetup: exclude hdr_reverse_offset from measurement calculation by Eric Biggers · 6 years ago
  60. c4aef04 Rewrite of fsverity.py (renamed to fsveritysetup.py) and mkfsverity.sh by Eric Biggers · 6 years ago
  61. bf9c00d Add COPYING file by Eric Biggers · 6 years ago
  62. 880d426 fs-verity: Some userspace tooling that can be helpful for development by Michael Halcrow · 6 years ago