aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-01-10 08:46:25 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-01-10 08:46:25 -0800
commit48ee8aab42fa4fbfe59a8877527e1d78e562352d (patch)
tree224d4b35fb874a15534f2ef80a20a8af2876f230
parent1be01f3bf05298dbf441813a4946aed20b2229ab (diff)
downloadopenssl_tpm2_engine-48ee8aab42fa4fbfe59a8877527e1d78e562352d.tar.gz
Version: 2.3.1v2.3.1
* bug fixes * add DER handling to key input forms James Bottomley (7): e_tpm2: simplify tpm2_load_key_core tpm2-common: extract file and TPM loading functions load_tpm2_key: use common file parsing and load routines load_tpm2_key: add a test for loading importable keys tpm2-common: make empty auth optional tpm2-common: allow loading of DER keys tests: add a test for DER keys Jonathan Wernberg (1): Fix compile warning on older GCC 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 a3a3c5b..472842b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 2.3.0, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.3.1, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")