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 <James.Bottomley@HansenPartnership.com>
This commit is contained in:
James Bottomley 2020-06-11 16:32:13 -07:00
parent e17dc20591
commit d52f7bbb73
1 changed files with 1 additions and 1 deletions

View File

@ -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()