1.7 KiB
fsverity-utils release notes
Version 1.5
-
Made the
fsverity signcommand and thelibfsverity_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.
Version 1.4
-
Added a manual page for the
fsverityutility. -
Added the
fsverity dump_metadatasubcommand. -
Added the
--out-merkle-treeand--out-descriptoroptions tofsverity digestandfsverity sign. -
Added metadata callbacks support to
libfsverity_compute_digest().
Version 1.3
-
Added a
fsverity digestsubcommand. -
Added
libfsverity_enable()andlibfsverity_enable_with_sig(). -
Added basic support for Windows builds of
fsverityusing MinGW. -
fsveritynow defaults to 4096-byte blocks on all platforms. -
libfsverity now will use SHA-256 with 4096-byte blocks if the
hash_algorithmandblock_sizefields are left 0. -
make installnow installs a pkg-config file for libfsverity. -
The Makefile now uses pkg-config to get the libcrypto build flags.
-
Fixed
make checkwithUSE_SHARED_LIB=1.
Version 1.2
-
Changed license from GPL to MIT.
-
Fixed build error when /bin/sh is dash.
Version 1.1
-
Split the file digest computation and signing functionality of the
fsverityprogram into a librarylibfsverity. SeeREADME.mdandMakefilefor more details. -
Improved the Makefile.
-
Added some tests. They can be run using
make check. Also addedscripts/run-tests.shwhich does more extensive prerelease tests. -
Lots of cleanups and other small improvements.
Version 1.0
- First official release of fsverity-utils.