aboutsummaryrefslogtreecommitdiffstats
diff options
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2025-02-28 10:04:33 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2025-02-28 10:04:33 -0500
commita20723ba548ec14809be789411e2074fdda405fa (patch)
tree5c01cec77a090d98c80089a263c897fbfffb0fac
parent1649151f3cf7bde683ea8d771be92e94038d5c4d (diff)
downloadopenssl_tpm2_engine-master.tar.gz
Version 4.4.2HEADv4.4.2master
* Fix TLS certificate signing challenges * Fix openvpn using the tpm2 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 00f2b59..c080e57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 4.4.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 4.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")