diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2025-02-28 10:04:33 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2025-02-28 10:04:33 -0500 |
commit | a20723ba548ec14809be789411e2074fdda405fa (patch) | |
tree | 5c01cec77a090d98c80089a263c897fbfffb0fac | |
parent | 1649151f3cf7bde683ea8d771be92e94038d5c4d (diff) | |
download | openssl_tpm2_engine-master.tar.gz |
* Fix TLS certificate signing challenges
* Fix openvpn using the tpm2 provider
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r-- | configure.ac | 2 |
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") |