Skip to content

Commit

Permalink
New libica version 3.8.0
Browse files Browse the repository at this point in the history
[FEATURE] provide libica-cex module to satisfy special security requirements
[FEATURE] FIPS: enforce the HMAC check

Signed-off-by: Joerg Schmidbauer <[email protected]>
  • Loading branch information
jschmidb committed May 17, 2021
1 parent 1ee90ac commit 50f9007
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.8.0
- [FEATURE] provide libica-cex module to satisfy special security requirements
[FEATURE] FIPS: enforce the HMAC check
- [UPDATE] exploit autoselect domain support for ECC
- [UPDATE] FIPS: Add SHA3 kats to fips powerup tests
v3.7.0
- [FEATURE] FIPS: Add HMAC based library integrity check
- [PATCH] icainfo: bugfix for RSA and EC related info for software column.
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], [3.7.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
AC_INIT([libica], [3.8.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])

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

Expand Down Expand Up @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/ica_api.h

%changelog
* Thu May 06 2021 Joerg Schmidbauer <[email protected]>
- Version v3.8.0
* Tue May 06 2020 Joerg Schmidbauer <[email protected]>
- Version v3.7.0
* Wed Nov 13 2019 Patrick Steuer <[email protected]>
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 = 3:7:0
VERSION = 3:8:0

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

0 comments on commit 50f9007

Please sign in to comment.