Skip to content

Commit

Permalink
New libica version 3.6.1
Browse files Browse the repository at this point in the history
- [PATCH] Fix x25519 and x448 handling of non-canonical values

Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
  • Loading branch information
p-steuer committed Nov 13, 2019
1 parent a3b36ef commit cb98c51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v3.6.1
- [PATCH] Fix x25519 and x448 handling of non-canonical values
v3.6.0
- [FEATURE] Add MSA9 CPACF support for Ed25519, Ed448, X25519 and X448
v3.5.0
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.6.0], [steuer@linux.vnet.ibm.com],, [https://github.com/opencryptoki/libica])
AC_INIT([libica], [3.6.1], [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.6.0
Version: 3.6.1
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
* Wed Nov 13 2019 Patrick Steuer <steuer@linux.vnet.ibm.com>
- Version v3.6.1
* Wed Aug 28 2019 Patrick Steuer <steuer@linux.vnet.ibm.com>
- Version v3.6.0
* Tue Apr 23 2019 Patrick Steuer <steuer@linux.vnet.ibm.com>
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:6:0
VERSION = 3:6:1

AM_CFLAGS = @FLAGS@

Expand Down

0 comments on commit cb98c51

Please sign in to comment.