Skip to content

Commit 4b9771b

Browse files
committed
Update to version 2.5.0
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
1 parent 2529831 commit 4b9771b

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* openssl-ibmca 2.5.0
2+
- Provider: Add support for OSSL_PKEY_PARAM_RSA_DERIVE_FROM_PQ on import
3+
- Provider: Add support for SignMessage and VerifyMessage API for ECDSA and RSA
4+
- Provider: Allow the DHKEM-IKM option for EC keygen, but use fallback provider
5+
- Provider: Allow ECDSA deterministic signatures, but use fallback
6+
- Engine: Enable external AES-GCM IV when libica is in FIPS mode
7+
- Bug fixes
8+
19
* openssl-ibmca 2.4.1
210
- Provider: Change the default log directory to /tmp
311
- Bug fixes

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33
# See autoconf and autoscan online documentation for details.
44

5-
AC_INIT([openssl-ibmca], [2.4.1], [https://github.com/opencryptoki/openssl-ibmca/issues],[],[https://github.com/opencryptoki/openssl-ibmca])
5+
AC_INIT([openssl-ibmca], [2.5.0], [https://github.com/opencryptoki/openssl-ibmca/issues],[],[https://github.com/opencryptoki/openssl-ibmca])
66
AC_CONFIG_SRCDIR([src/engine/e_ibmca.c]) # sanity check
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_AUX_DIR([build-aux])

openssl-ibmca-provider.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# %global modulesdir %(pkg-config --variable=modulesdir libcrypto)
66

77
Name: openssl-ibmca
8-
Version: 2.4.1
8+
Version: 2.5.0
99
Release: 1%{?dist}
1010
Summary: An IBMCA OpenSSL dynamic provider
1111

openssl-ibmca.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
22

33
Name: openssl-ibmca
4-
Version: 2.4.1
4+
Version: 2.5.0
55
Release: 1%{?dist}
66
Summary: An IBMCA OpenSSL dynamic engine
77

src/engine/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 2:4:1
1+
VERSION = 2:5:0
22

33
lib_LTLIBRARIES=ibmca.la
44

src/provider/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = 2:4:1
2-
VERSION_STR = 2.4.1
1+
VERSION = 2:5:0
2+
VERSION_STR = 2.5.0
33

44
lib_LTLIBRARIES=ibmca-provider.la
55

0 commit comments

Comments
 (0)