aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2022-12-01 16:42:48 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2022-12-01 16:42:48 -0500
commitf0c9d175a33fea175f2e6b5bf237f82c6b75fdab (patch)
treec8c8156ba4299f47efebda378c4377db43890b99
parent3ab84464216227239c2500f4053f43ebd5dd6b66 (diff)
downloadopenssl_tpm2_engine-f0c9d175a33fea175f2e6b5bf237f82c6b75fdab.tar.gz
Version 3.1.2v3.1.2
* Fix segfault in unseal_tpm2_key * Fix pcr sealing error in create_tpm2_key caused by uncleared stack 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 f9b2823..d7e21b1 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.1.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 3.1.2, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")