File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Changelog {#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 ` .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set(ZPC_NAME "libzpc" )
33set (ZPC_DESCRIPTION "IBM Z Protected-key Crypto library" )
44set (ZPC_VERSION_MAJOR 1 )
55set (ZPC_VERSION_MINOR 1 )
6- set (ZPC_VERSION_PATCH 0 )
6+ set (ZPC_VERSION_PATCH 1 )
77###########################################################
88
99cmake_minimum_required (
Original file line number Diff line number Diff line change 11Name: libzpc
2- Version: 1.1.0
2+ Version: 1.1.1
33Release: 1%{?dist }
44Summary: 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
You can’t perform that action at this time.
0 commit comments