I've released fsverity-utils v1.5: Git: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/tag/?h=v1.5 Tarball: https://kernel.org/pub/linux/kernel/people/ebiggers/fsverity-utils/v1.5/ Release notes (these can also be found in the NEWS.md file): * Made the `fsverity sign` command and the `libfsverity_sign_digest()` function support PKCS#11 tokens. * Avoided a compiler error when building with musl libc. * Avoided compiler warnings when building with OpenSSL 3.0. * Improved documentation and test scripts. - Eric