Skip to content

Commit

Permalink
Update to version 2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
  • Loading branch information
ifranzki committed Sep 21, 2023
1 parent 2262b3d commit 727304a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion openssl-ibmca-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion openssl-ibmca.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/engine/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2:4:0
VERSION = 2:4:1

lib_LTLIBRARIES=ibmca.la

Expand Down
4 changes: 2 additions & 2 deletions src/provider/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 727304a

Please sign in to comment.