aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-07-02 07:14:25 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-07-02 07:14:25 -0700
commitff490ede6bd3cfae2699fe75b56fb8649a42b3be (patch)
tree2166463f58b2b28a5717341f74070d43ec85be6d
parentfb39a370f4c44184319cd9c534673e501dcb6cc9 (diff)
downloadopenssl_tpm2_engine-ff490ede6bd3cfae2699fe75b56fb8649a42b3be.tar.gz
Version: 2.4.2v2.4.2
* Add every TPM supported curve (as defined by the TCG) * Fix a bug with explicitly parametrised curve handling (needed for BN) * Update the tests to be able to use swtpm * Allow loading public key without password 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 5520de5..9ca4b4a 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.4.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 2.4.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")