Skip to content

Commit eb9d3c0

Browse files
committed
New libzpc version 1.2.0
[FEATURE] Support for get/set intermediate iv for CBC and XTS [FEATURE] Support for internal iv for GCM [FEATURE] Exploit KBLOB2PROTK3 ioctl for clear AES and EC keys [PATCH] Fix AES EP11 version 6 key support for generate and import_clear Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
1 parent 4c843a2 commit eb9d3c0

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGES.md

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

4+
**Version 1.2.0**
5+
6+
- Support for get/set intermediate iv for CBC and XTS
7+
- Support for internal iv for GCM
8+
- Fix AES EP11 version 6 key support for generate and import_clear
9+
- Exploit KBLOB2PROTK3 ioctl for clear AES and EC keys
10+
411
**Version 1.1.1**
512

613
- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set(ZPC_NAME "libzpc" )
33
set(ZPC_DESCRIPTION "IBM Z Protected-key Crypto library")
44
set(ZPC_VERSION_MAJOR 1 )
5-
set(ZPC_VERSION_MINOR 1 )
6-
set(ZPC_VERSION_PATCH 1 )
5+
set(ZPC_VERSION_MINOR 2 )
6+
set(ZPC_VERSION_PATCH 0 )
77
###########################################################
88

99
cmake_minimum_required(

libzpc.spec

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

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

8989

9090
%changelog
91+
* Thu Dec 07 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.2.0
92+
- Support for get/set intermediate iv for CBC and XTS.
93+
- Support for internal iv for GCM.
94+
9195
* Fri Sep 15 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.1.1
9296
- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys.
9397

0 commit comments

Comments
 (0)