aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-03-05 16:37:02 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-03-05 16:37:02 -0800
commita0344f8b4895d76afcb2934a5734563d6026df5d (patch)
tree7af493db99a0762c1062893e2b9dd86346c3c606
parent9fdc43b06f306513513905cc9cdb20474b7ef168 (diff)
downloadopenssl_tpm2_engine-a0344f8b4895d76afcb2934a5734563d6026df5d.tar.gz
Version: 2.4.0v2.4.0
* data seal/unseal handling * PKCS12 wrapping support James Bottomley (6): tpm2-common.c: move several routines into common code tpm2-common: export tpm key type from file to app_data Add TPM data sealing and unsealing functions Add test for seal/unseal Add ability to import PKCS12 keys add mailing list in README and bug reporting 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 9594fc0..dd9a63d 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.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 2.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")