Skip to content

Commit

Permalink
New libica version 4.3.0
Browse files Browse the repository at this point in the history
[FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode
[PATCH] bug fixes

Signed-off-by: Joerg Schmidbauer <[email protected]>
  • Loading branch information
jschmidb committed Jan 25, 2024
1 parent de310f2 commit 8fed7da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v4.3.0
[FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode
[PATCH] bug fixes
v4.2.3
[PATCH] Add OPENSSL_init_crypto in libica constructor
[PATCH] remove deprecated ioctl Z90STAT_STATUS_MASK
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libica], [4.2.3], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
AC_INIT([libica], [4.3.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])

# save cmdline flags
cmdline_CFLAGS="$CFLAGS"
Expand Down
2 changes: 1 addition & 1 deletion libica.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libica
Version: 4.2.3
Version: 4.3.0
Release: 1%{?dist}
Summary: Interface library to the ICA device driver

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

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

0 comments on commit 8fed7da

Please sign in to comment.