Skip to content

Commit d1bff7c

Browse files
committed
New libzpc version 1.1.1
[FEATURE] Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
1 parent c2e042f commit d1bff7c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog {#changes}
22
===
33

4+
**Version 1.1.1**
5+
6+
- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys
7+
48
**Version 1.1.0**
59

610
- Implements an ECC-KEY API : `zpc/ecc_key.h`.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(ZPC_NAME "libzpc" )
33
set(ZPC_DESCRIPTION "IBM Z Protected-key Crypto library")
44
set(ZPC_VERSION_MAJOR 1 )
55
set(ZPC_VERSION_MINOR 1 )
6-
set(ZPC_VERSION_PATCH 0 )
6+
set(ZPC_VERSION_PATCH 1 )
77
###########################################################
88

99
cmake_minimum_required(

libzpc.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libzpc
2-
Version: 1.1.0
2+
Version: 1.1.1
33
Release: 1%{?dist}
44
Summary: Open Source library for the IBM Z Protected-key crypto feature
55

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

8989

9090
%changelog
91+
* Fri Sep 15 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.1.1
92+
- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys.
93+
9194
* Thu Feb 02 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.1.0
9295
- Support for ECC keys and ECDSA signatures.
9396

0 commit comments

Comments
 (0)