Skip to content

Commit 50f9007

Browse files
committed
New libica version 3.8.0
[FEATURE] provide libica-cex module to satisfy special security requirements [FEATURE] FIPS: enforce the HMAC check Signed-off-by: Joerg Schmidbauer <[email protected]>
1 parent 1ee90ac commit 50f9007

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.8.0
2+
- [FEATURE] provide libica-cex module to satisfy special security requirements
3+
[FEATURE] FIPS: enforce the HMAC check
4+
- [UPDATE] exploit autoselect domain support for ECC
5+
- [UPDATE] FIPS: Add SHA3 kats to fips powerup tests
16
v3.7.0
27
- [FEATURE] FIPS: Add HMAC based library integrity check
38
- [PATCH] icainfo: bugfix for RSA and EC related info for software column.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libica], [3.7.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
1+
AC_INIT([libica], [3.8.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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libica
2-
Version: 3.7.0
2+
Version: 3.8.0
33
Release: 1%{?dist}
44
Summary: Interface library to the ICA device driver
55

@@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
6262
%{_includedir}/ica_api.h
6363

6464
%changelog
65+
* Thu May 06 2021 Joerg Schmidbauer <[email protected]>
66+
- Version v3.8.0
6567
* Tue May 06 2020 Joerg Schmidbauer <[email protected]>
6668
- Version v3.7.0
6769
* Wed Nov 13 2019 Patrick Steuer <[email protected]>

src/Makefile.am

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

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

0 commit comments

Comments
 (0)