aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-02-24 08:58:14 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-02-24 08:58:14 -0800
commitb263d796a93a2935f1644e36e79e602c528ccfb9 (patch)
treec5496707a7dd19546b4ccde913a272ef79b88ce3
parent5446038a63a0a573f8b61537188e9a81d8ffe73c (diff)
downloadopenssl_tpm2_engine-b263d796a93a2935f1644e36e79e602c528ccfb9.tar.gz
Version: 2.3.0v2.3.0
* add the ability to produce restricted (storage) keys with defined symmetric seeds * new load_tpm2_key command to load a key file at a NV index 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 aebc46f..a3a3c5b 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.2.0, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.3.0, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")