Skip to content

Commit

Permalink
New libzpc version 1.1.1
Browse files Browse the repository at this point in the history
[FEATURE] Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys

Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
  • Loading branch information
jschmidb committed Sep 15, 2023
1 parent c2e042f commit d1bff7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog {#changes}
===

**Version 1.1.1**

- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys

**Version 1.1.0**

- Implements an ECC-KEY API : `zpc/ecc_key.h`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(ZPC_NAME "libzpc" )
set(ZPC_DESCRIPTION "IBM Z Protected-key Crypto library")
set(ZPC_VERSION_MAJOR 1 )
set(ZPC_VERSION_MINOR 1 )
set(ZPC_VERSION_PATCH 0 )
set(ZPC_VERSION_PATCH 1 )
###########################################################

cmake_minimum_required(
Expand Down
5 changes: 4 additions & 1 deletion libzpc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libzpc
Version: 1.1.0
Version: 1.1.1
Release: 1%{?dist}
Summary: Open Source library for the IBM Z Protected-key crypto feature

Expand Down Expand Up @@ -88,6 +88,9 @@ The %{name}-static package contains the static library of %{name}.


%changelog
* Fri Sep 15 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.1.1
- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys.

* Thu Feb 02 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.1.0
- Support for ECC keys and ECDSA signatures.

Expand Down

0 comments on commit d1bff7c

Please sign in to comment.