aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2023-03-17 21:12:11 +0000
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2023-03-17 21:12:11 +0000
commit261becb65db0cbbefc1bcd32fa610e03e1cde628 (patch)
tree26f065746c05ec126cc46f2e843c5f494575aaf6
parent3e202ac1b6191cbd818f9d4922ba46e4425cb249 (diff)
downloadopenssl_tpm2_engine-261becb65db0cbbefc1bcd32fa610e03e1cde628.tar.gz
Version 3.4.0v3.4.0
* fix uninitialized variable in tpm2_try_policy() * fix importable key creation with Intel TSS * restructure directory layout to prepare for OpenSSL-3 provider 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 bc6409c..830450d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 3.3.2, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 3.4.0, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")