- Support for get/set intermediate iv for CBC and XTS
- Support for internal iv for GCM - Exploit KBLOB2PROTK3 ioctl for clear AES and EC keys - Fix AES EP11 version 6 key support for generate and import_clear
This commit is contained in:
parent
a5f06a96a2
commit
431d49b53b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libzpc-1.0.1.tar.gz
|
||||
/libzpc-1.1.0.tar.gz
|
||||
/libzpc-1.1.1.tar.gz
|
||||
/libzpc-1.2.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libzpc
|
||||
Version: 1.1.1
|
||||
Version: 1.2.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Open Source library for the IBM Z Protected-key crypto feature
|
||||
|
||||
@ -75,6 +75,12 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2024 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.2.0
|
||||
- Support for get/set intermediate iv for CBC and XTS
|
||||
- Support for internal iv for GCM
|
||||
- Exploit KBLOB2PROTK3 ioctl for clear AES and EC keys
|
||||
- Fix AES EP11 version 6 key support for generate and import_clear
|
||||
|
||||
* Wed Sep 20 2023 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.1.1
|
||||
- Exploit PKEY_KBLOB2PROTK2 for AES EP11 version 6 keys
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzpc-1.1.1.tar.gz) = 676fd4f658dbccdf99f13ea754befb5cb6baee679d2ac00cdaceb92c901da36abe822be45346fdb5d0195eb0f548ee9c80fe369d99a0c951d64a062173a04b89
|
||||
SHA512 (libzpc-1.2.0.tar.gz) = ff96f16a8415093a363e7c719ec750298ccc230a134d2261ae37a447b96d9777fde5792816b86c69684b6aa942631ebc9cab5d7dabeb26e7d84537288d8938d5
|
||||
|
Loading…
Reference in New Issue
Block a user