aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-06-11 16:32:13 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-06-11 16:32:13 -0700
commitd52f7bbb73401aab8a1d59e8d0d686ad9641035e (patch)
treecaf0a5636bd019624b57fd3f6a596e0ed475ebe4
parente17dc20591236d21f086f16294ed691544cb6fc2 (diff)
downloadsbsigntools-d52f7bbb73401aab8a1d59e8d0d686ad9641035e.tar.gz
Version 0.9.4v0.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 <James.Bottomley@HansenPartnership.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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()