diff --git a/ChangeLog b/ChangeLog index fbc9b20..8938b56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +* openssl-ibmca 2.4.1 +- Provider: Change the default log directory to /tmp +- Bug fixes + * openssl-ibmca 2.4.0 - Provider: Adjustments for OpenSSL versions 3.1 and 3.2 - Provider: Support RSA blinding diff --git a/configure.ac b/configure.ac index 57b3205..b43a659 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # See autoconf and autoscan online documentation for details. -AC_INIT([openssl-ibmca], [2.4.0], [https://github.com/opencryptoki/openssl-ibmca/issues],[],[https://github.com/opencryptoki/openssl-ibmca]) +AC_INIT([openssl-ibmca], [2.4.1], [https://github.com/opencryptoki/openssl-ibmca/issues],[],[https://github.com/opencryptoki/openssl-ibmca]) AC_CONFIG_SRCDIR([src/engine/e_ibmca.c]) # sanity check AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/openssl-ibmca-provider.spec b/openssl-ibmca-provider.spec index d16b0bf..a72b946 100644 --- a/openssl-ibmca-provider.spec +++ b/openssl-ibmca-provider.spec @@ -5,7 +5,7 @@ # %global modulesdir %(pkg-config --variable=modulesdir libcrypto) Name: openssl-ibmca -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} Summary: An IBMCA OpenSSL dynamic provider diff --git a/openssl-ibmca.spec b/openssl-ibmca.spec index ed4dd7a..68d46e0 100644 --- a/openssl-ibmca.spec +++ b/openssl-ibmca.spec @@ -1,7 +1,7 @@ %global enginesdir %(pkg-config --variable=enginesdir libcrypto) Name: openssl-ibmca -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} Summary: An IBMCA OpenSSL dynamic engine diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am index 8af75a3..18b5dff 100644 --- a/src/engine/Makefile.am +++ b/src/engine/Makefile.am @@ -1,4 +1,4 @@ -VERSION = 2:4:0 +VERSION = 2:4:1 lib_LTLIBRARIES=ibmca.la diff --git a/src/provider/Makefile.am b/src/provider/Makefile.am index 867ca90..b39be82 100644 --- a/src/provider/Makefile.am +++ b/src/provider/Makefile.am @@ -1,5 +1,5 @@ -VERSION = 2:4:0 -VERSION_STR = 2.4.0 +VERSION = 2:4:1 +VERSION_STR = 2.4.1 lib_LTLIBRARIES=ibmca-provider.la