From d52f7bbb73401aab8a1d59e8d0d686ad9641035e Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Thu, 11 Jun 2020 16:32:13 -0700 Subject: [PATCH] Version 0.9.4 AKASHI Takahiro (1): sbsign: allow for adding intermediate certificates James Bottomley (8): sbverify: fix verification with intermediate certificates Tests: Add intermediate certificate tests to the sign-verify cases Fix some openssl 1.1.0 deprecated functions sbvarsign: remove unused global variable sbverify: refer to unused function Fix errors on 32 bit Enable -Werror for builds docs: add man page for sbkeysync Signed-off-by: James Bottomley --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29927a7..4ffb68f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sbsigntool], [0.9.3], [James.Bottomley@HansenPartnership.com]) +AC_INIT([sbsigntool], [0.9.4], [James.Bottomley@HansenPartnership.com]) AM_INIT_AUTOMAKE()