diff --git a/ChangeLog b/ChangeLog index 1adc3f9..9efc348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2018-01-28 Mimi Zohar + + version 1.1 + * Support the new openssl 1.1 api + * Support for validating multiple pcrs + * Verify the measurement list signature based on the list digest + * Verify the "ima-sig" measurement list using multiple keys + * Fixed parsing the measurement template data field length + * Portable & immutable EVM signatures (new format) + * Multiple fixes that have been lingering in the next branch. Some + are for experimental features that are not yet supported in the + kernel. + 2014-07-30 Dmitry Kasatkin version 1.0 diff --git a/configure.ac b/configure.ac index d834226..6822f39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # autoconf script AC_PREREQ([2.65]) -AC_INIT(ima-evm-utils, 1.0, dmitry.kasatkin@huawei.com) +AC_INIT(ima-evm-utils, 1.1, zohar@linux.vnet.ibm.com) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/packaging/ima-evm-utils.spec b/packaging/ima-evm-utils.spec index 092b9cb..a11a27a 100644 --- a/packaging/ima-evm-utils.spec +++ b/packaging/ima-evm-utils.spec @@ -1,5 +1,5 @@ Name: ima-evm-utils -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: ima-evm-utils - IMA/EVM control utility Group: System/Libraries