| From: |
| Eric Biggers <ebiggers-AT-kernel.org> |
| To: |
| linux-fscrypt-AT-vger.kernel.org |
| Subject: |
| [ANNOUNCE] fsverity-utils v1.5 |
| Date: |
| Sun, 06 Feb 2022 11:06:07 -0800 |
| Message-ID: |
| <YgAcHxdkQ5qwFiLy@sol.localdomain> |
| Archive-link: |
| Article |
I've released fsverity-utils v1.5:
Git: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/...
Tarball: https://kernel.org/pub/linux/kernel/people/ebiggers/fsver...
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