Skip to content

Commit 8fed7da

Browse files
committed
New libica version 4.3.0
[FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode [PATCH] bug fixes Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
1 parent de310f2 commit 8fed7da

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v4.3.0
2+
[FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode
3+
[PATCH] bug fixes
14
v4.2.3
25
[PATCH] Add OPENSSL_init_crypto in libica constructor
36
[PATCH] remove deprecated ioctl Z90STAT_STATUS_MASK

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libica], [4.2.3], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
1+
AC_INIT([libica], [4.3.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
22

33
# save cmdline flags
44
cmdline_CFLAGS="$CFLAGS"

libica.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libica
2-
Version: 4.2.3
2+
Version: 4.3.0
33
Release: 1%{?dist}
44
Summary: Interface library to the ICA device driver
55

src/Makefile.am

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

33
AM_CFLAGS = @FLAGS@
44
MAJOR := `echo $(VERSION) | cut -d: -f1`

0 commit comments

Comments
 (0)